Package org.djunits.value.vdouble.function

Functions for double arguments.

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
    DoubleFunction
    DoubleFunction carries out a specific transformation function on a double value.
    DoubleFunction2
    DoubleFunction carries out a specific transformation function that takes two operands.
    DoubleMathFunctions
    DoubleMathFunctions provides a static implementation of Math functions.