Uses of Class
com.mckoi.util.BigNumber
Packages that use BigNumber
Package
Description
The core database classes for Mckoi.
Miscellaneous utility classes.
-
Uses of BigNumber in com.mckoi.database
Methods in com.mckoi.database that return BigNumberModifier and TypeMethodDescriptionTObject.toBigNumber()
Returns the BigNumber of this object if this object is a numeric type.Methods in com.mckoi.database with parameters of type BigNumberModifier and TypeMethodDescriptionstatic TObject
TObject.bigNumberVal
(BigNumber val) Returns a TObject of numeric type that represents the given BigNumber value. -
Uses of BigNumber in com.mckoi.util
Fields in com.mckoi.util declared as BigNumberModifier and TypeFieldDescriptionstatic final BigNumber
BigNumber.BIG_NUMBER_ONE
static final BigNumber
BigNumber.BIG_NUMBER_ZERO
Statics for 0 and 1.static final BigNumber
BigNumber.NaN
static final BigNumber
BigNumber.NEGATIVE_INFINITY
Statics for negative infinity, positive infinity and NaN.static final BigNumber
BigNumber.POSITIVE_INFINITY
Methods in com.mckoi.util that return BigNumberModifier and TypeMethodDescriptionBigNumber.abs()
static BigNumber
BigNumber.fromBigDecimal
(BigDecimal val) Creates a BigNumber from a BigDecimal.static BigNumber
BigNumber.fromData
(byte[] buf, int scale, byte state) Creates a BigNumber from the given data.static BigNumber
BigNumber.fromDouble
(double value) Creates a BigNumber from a double.static BigNumber
BigNumber.fromFloat
(float value) Creates a BigNumber from a float.static BigNumber
BigNumber.fromInt
(int value) Creates a BigNumber from an int.static BigNumber
BigNumber.fromLong
(long value) Creates a BigNumber from a long.static BigNumber
BigNumber.fromString
(String str) Creates a BigNumber from a string.BigNumber.setScale
(int d, int round_enum) BigNumber.sqrt()
Methods in com.mckoi.util with parameters of type BigNumberModifier and TypeMethodDescriptionint
Compares this BigNumber with the given BigNumber.