Package org.joml

Class Runtime


  • public final class Runtime
    extends java.lang.Object
    Internal class to detect features of the runtime.
    Author:
    Kai Burjack
    • Field Detail

      • HAS_floatToRawIntBits

        public static final boolean HAS_floatToRawIntBits
      • HAS_doubleToRawLongBits

        public static final boolean HAS_doubleToRawLongBits
      • HAS_Long_rotateLeft

        public static final boolean HAS_Long_rotateLeft
      • HAS_Math_fma

        public static final boolean HAS_Math_fma
    • Method Detail

      • floatToIntBits

        public static int floatToIntBits​(float flt)
      • doubleToLongBits

        public static long doubleToLongBits​(double dbl)
      • formatNumbers

        public static java.lang.String formatNumbers​(java.lang.String str)
      • format

        public static java.lang.String format​(double number,
                                              java.text.NumberFormat format)
      • equals

        public static boolean equals​(float a,
                                     float b,
                                     float delta)
      • equals

        public static boolean equals​(double a,
                                     double b,
                                     double delta)