org.openmali
Class FastMath.FRExpResultd

java.lang.Object
  extended by org.openmali.FastMath.FRExpResultd
Enclosing class:
FastMath

public static class FastMath.FRExpResultd
extends java.lang.Object

Helper class to return result tuple of frexp()


Field Summary
 int exponent
          exponent of floating point representation
 double mantissa
          normalised mantissa
 
Constructor Summary
FastMath.FRExpResultd()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mantissa

public double mantissa
normalised mantissa


exponent

public int exponent
exponent of floating point representation

Constructor Detail

FastMath.FRExpResultd

public FastMath.FRExpResultd()