change
authorbdemsky <bdemsky>
Sun, 3 Apr 2011 04:23:36 +0000 (04:23 +0000)
committerbdemsky <bdemsky>
Sun, 3 Apr 2011 04:23:36 +0000 (04:23 +0000)
Robust/src/ClassLibrary/Math.java

index e03b27fa8d1c0dc78ae34a1a98eb75b5443dca02..ed806fbd6e7d6f1ee2cf09426b18e2d8e0f37e5c 100644 (file)
@@ -105,4 +105,5 @@ public class Math {
   public static native float logf(float a);
   public static native float powf(float a, float b);
   public static native float ceilf(float a);
+  public static native float IEEEremainder(float f1, float f2);
 }