Uses of Class
io.github.tonywasher.joceanus.oceanus.decimal.OceanusNewDecimal
Packages that use OceanusNewDecimal
Package
Description
Package that provides a Decimal implementation in many ways similar to that provided by
BigDecimal, except that the class is mutable, allowing for much faster arithmetic.
-
Uses of OceanusNewDecimal in io.github.tonywasher.joceanus.oceanus.decimal
Methods in io.github.tonywasher.joceanus.oceanus.decimal with parameters of type OceanusNewDecimalModifier and TypeMethodDescriptionvoidOceanusNewDecimal.add(OceanusNewDecimal pDecimal) Add a decimal to value.voidOceanusNewDecimal.divide(OceanusNewDecimal pDivisor) Divide by another decimal.voidOceanusNewDecimal.multiply(OceanusNewDecimal pMultiplicand) Multiply by another decimalvoidOceanusNewDecimal.subtract(OceanusNewDecimal pDecimal) Subtract a decimal from value.