Interface RealUnaryFunction

All Known Implementing Classes:
Abs, ArcCosine, ArcCosineH, ArcSine, ArcSineH, ArcTangent, ArcTanH, Average, BigDecAbs, BigDecNegate, BigDecSignum, Ceil, Cosecant, Cosine, CosineH, Cotangent, Exp, Floor, JepTest.Square, Logarithm, LogBase2, NaturalLogarithm, Secant, Signum, Sine, SineH, SquareRoot, StrictNaturalLogarithm, Tangent, TanH, UMinus

public interface RealUnaryFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    evaluate(double val)
     
  • Method Details

    • evaluate

      double evaluate(double val)