Package tech.units.indriya.function
This package provides functional interfaces.
-
Class Summary Class Description AddConverter This class represents a converter adding a constant offset to numeric values (double
based).Calculus Mathematical helper classConstants Utility class providing numerical constants such as PiConstants.Pi Pi calculation with Machin's formula.ExpConverter This class represents a exponential converter of limited precision.LogConverter This class represents a logarithmic converter of limited precision.MultiplyConverter This class represents a converter multiplying numeric values by a constant scaling factor (double
based).NaturalQuantityComparator<T extends javax.measure.Quantity<T>> Comparator to sort quantities by natural order, looking both the unit and the value.PowersOfIntConverter UnitConverter for numbers in base^exponent representation.PowersOfPiConverter This class represents a converter multiplying numeric values by a factor of Pi to the power of an integer exponent (π^exponent).QuantityFunctions QuantitySummaryStatistics<Q extends javax.measure.Quantity<Q>> RationalConverter This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of twoBigInteger
numbers).UnitComparator<U extends javax.measure.Unit<?>> Comparator to sort units by natural order, looking both the name and the symbol.