All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class convexHull.fancyFloat

java.lang.Object
   |
   +----convexHull.fancyFloat

public class fancyFloat
extends Object

Variable Index

 o exponent
 o fnum
 o inum
 o mantissa
 o sign

Constructor Index

 o fancyFloat(float)

Method Index

 o getExp()
 o getExp(float)
 o getMantissa()
 o getMantissa(float)
 o getSign()
 o ldexp(float, int)

Variables

 o sign
 int sign
 o exponent
 int exponent
 o mantissa
 int mantissa
 o fnum
 float fnum
 o inum
 int inum

Constructors

 o fancyFloat
 fancyFloat(float value)

Methods

 o getSign
 int getSign()
 o getExp
 int getExp()
 o getMantissa
 int getMantissa()
 o getExp
 static int getExp(float value)
 o getMantissa
 static int getMantissa(float value)
 o ldexp
 public static float ldexp(float value,
                           int exp)

All Packages  Class Hierarchy  This Package  Previous  Next  Index