Uses of Class
gnu.math.DFloNum

Packages that use DFloNum
gnu.kawa.lispexpr   
gnu.math Supports various numeric types, including complex numbers, efficient bignums, exact rational numbers, units. 
 

Uses of DFloNum in gnu.kawa.lispexpr
 

Methods in gnu.kawa.lispexpr that return DFloNum
static DFloNum LangObjType.coerceDFloNum(java.lang.Object value)
           
 

Uses of DFloNum in gnu.math
 

Methods in gnu.math that return DFloNum
static DFloNum DFloNum.asDFloNumOrNull(java.lang.Object value)
           
static DFloNum DFloNum.make(double value)
           
static DFloNum DFloNum.one()