| Package | Description |
|---|---|
| tech.units.indriya.function |
This package provides functional interfaces.
|
| Class and 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). |
| PowerOfIntConverter
UnitConverter for numbers in base^exponent representation.
|
| PowerOfPiConverter
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 two
BigInteger
numbers). |
Copyright © 2005–2018 Units of Measurement project. All rights reserved.