Uses of Package
tech.units.indriya.function
-
Packages that use tech.units.indriya.function Package Description tech.units.indriya.format tech.units.indriya.function This package provides functional interfaces. -
Classes in tech.units.indriya.function used by tech.units.indriya.format Class Description AddConverter This class represents a converter adding a constant offset to numeric values (double
based).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).PowersOfIntConverter UnitConverter for numbers in base^exponent representation.RationalConverter This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of twoBigInteger
numbers). -
Classes in tech.units.indriya.function used by tech.units.indriya.function Class Description AddConverter This class represents a converter adding a constant offset to numeric values (double
based).ExpConverter This class represents a exponential converter of limited precision.MultiplyConverter This class represents a converter multiplying numeric values by a constant scaling factor (double
based).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).QuantitySummaryStatistics RationalConverter This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of twoBigInteger
numbers).