Package dev.nm.number
-
Interface Summary Interface Description DoubleUtils.ifelse Return a value with the same shape astestwhich is filled with elements selected from eitheryesornodepending on whether the element of test istrueorfalse.DoubleUtils.which Decide whether x satisfies thebooleantest.NumberUtils.Comparable<T extends Number> We need a precision parameter to determine whether two numbers are close enough to be treated as equal. -
Class Summary Class Description DoubleUtils These are the utility functions to manipulatedoubleandint.NumberUtils These are the utility functions to manipulateNumbers.Real A real number is an arbitrary precision number.ScientificNotation Scientific notation expresses a number in this form x = a * 10b a is called the significand or mantissa, and 1 ≤ |a| < 10. -
Enum Summary Enum Description DoubleUtils.RoundingScheme the available schemes to round a number