mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
Added missing cp/avian/Math.atan2(double,double)
It was implemented as native function, but wasn't added to java.lang.Math.
This commit is contained in:
parent
022be0c370
commit
d4d31af740
@ -113,6 +113,8 @@ public final class Math {
|
||||
|
||||
public static native double atan(double v);
|
||||
|
||||
public static native double atan2(double y, double x);
|
||||
|
||||
public static native double sqrt(double v);
|
||||
|
||||
public static native double pow(double v, double e);
|
||||
|
Loading…
Reference in New Issue
Block a user