Package com.raynigon.unit.api.core.function.unitconverter


package com.raynigon.unit.api.core.function.unitconverter
  • Class
    Description
    The base class for our UnitConverter implementations.
    This class represents converters made up of two or more separate converters (in matrix notation [pair] = [left] x [right]).
    This class represents a converter adding a constant offset to numeric values (double based).
    This class represents a converter multiplying numeric values by a constant scaling factor ( double based).
    This class represents a exponential converter of limited precision.
    This class represents a logarithmic converter of limited precision.
    This class represents a converter multiplying numeric values by a constant scaling factor represented by the Number type.
    UnitConverter for numbers in base^exponent representation.
    This class represents a converter multiplying numeric values by a factor of Pi to the power of an integer exponent (π^exponent).
    This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two BigInteger numbers).