Package com.singularsys.jep.reals
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
-
Method Details
-
evaluate
double evaluate(double val)
-