Package ptolemy.math

Interface DoubleUnaryOperation

    • Method Detail

      • operate

        double operate​(double operand)
        Operate on the operand, returning a value of the same type.
        Parameters:
        operand - The operand.
        Returns:
        The results of the operation.