Class PlatformMathUtils

  • Direct Known Subclasses:
    MathUtils

    class PlatformMathUtils
    extends java.lang.Object
    A GWT-compatible implementation of the platform math utilities.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static float fastPow​(float a, float b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlatformMathUtils

        PlatformMathUtils()
    • Method Detail

      • fastPow

        public static final float fastPow​(float a,
                                          float b)