mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Tie up some loose ends, implementing methods that are useful but not yet implemented.
This commit is contained in:
@ -62,10 +62,7 @@ public final class Math {
|
||||
return (int) Math.floor(v + 0.5);
|
||||
}
|
||||
|
||||
public static double random() {
|
||||
// TODO
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
public static native double random();
|
||||
|
||||
public static native double floor(double v);
|
||||
|
||||
|
Reference in New Issue
Block a user