Package org.djunits.value.function


package org.djunits.value.function
Generic interfaces and default implementations for Scalar, Vector and Matrix functions.

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

Author:
Alexander Verbraeck
  • Interfaces
    Class
    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.