Package org.joml.internal
Class Runtime
- java.lang.Object
-
- org.joml.internal.Runtime
-
public final class Runtime extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanHAS_doubleToRawLongBitsstatic booleanHAS_floatToRawIntBitsstatic booleanHAS_Math_fma
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longdoubleToLongBits(double dbl)static booleanequals(double a, double b, double delta)static booleanequals(float a, float b, float delta)static intfloatToIntBits(float flt)static StringformatNumbers(String str)
-