Package org.djunits.value.function

Generic interfaces and default implementations for Scalar, Vector and Matrix functions.

Copyright (c) 2019-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.

Author:
Alexander Verbraeck
  • Interface Summary 
    Interface Description
    DimensionlessFunctions<U extends Unit<U>,​T extends Value<U,​T>>
    Interface to force most functions of Math, which have not yet been implemented by MathFunctionsRel, to be implemented, with the exception of toRadians() and toDegrees() -- these functions are available for angles.
    ValueFunctions<U extends Unit<U>,​T extends Value<U,​T>>
    Interface to force a limited number of functions of Math to be implemented for absolute values.