Package org.ojalgo.scalar
package org.ojalgo.scalar
-
ClassDescription(currency) amount as in "amount = price * quatity"A
BigDecimal
based implementation of theScalar
interface.ComplexNumber is an immutable complex number class.ExactDecimal<S extends ExactDecimal<S>>To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).ExactDecimal.Factory<S extends ExactDecimal<S>>An exampleExactDecimal
implementation corresponding to the SQL data type MONEY or DECIMAL(19,4).price or exchange rate as in "amount = price * quatity" or "amount = rate * amount"https://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esquantity as in "amount = price * quatity"Scalar<N extends Comparable<N>>A Scalar is:Scalar.Factory<N extends Comparable<N>>SelfDeclaringScalar<S extends SelfDeclaringScalar<S>>