Uses of Class
org.openmali.FastMath.FRExpResultf

Packages that use FastMath.FRExpResultf
org.openmali   
 

Uses of FastMath.FRExpResultf in org.openmali
 

Methods in org.openmali that return FastMath.FRExpResultf
static FastMath.FRExpResultf FastMath.frexp(float value)
          An implementation of the C standard library frexp() function.
static FastMath.FRExpResultf FastMath.frexp(float value, FastMath.FRExpResultf result)
          An implementation of the C standard library frexp() function.
 

Methods in org.openmali with parameters of type FastMath.FRExpResultf
static FastMath.FRExpResultf FastMath.frexp(float value, FastMath.FRExpResultf result)
          An implementation of the C standard library frexp() function.