Class BigMathAcosFunction
- java.lang.Object
-
- com.ezylang.evalex.functions.AbstractFunction
-
- com.ezylang.evalex.bigmath.functions.bigdecimalmath.AbstractBigMathFunction
-
- com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcosFunction
-
- All Implemented Interfaces:
com.ezylang.evalex.functions.FunctionIfc
@FunctionParameter(name="x") public class BigMathAcosFunction extends AbstractBigMathFunction
Calculates the arc cosine (inverted cosine) of x.
-
-
Constructor Summary
Constructors Constructor Description BigMathAcosFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.math.BigDecimalevaluateBigMath(java.math.MathContext mathContext, java.math.BigDecimal... parameters)-
Methods inherited from class com.ezylang.evalex.bigmath.functions.bigdecimalmath.AbstractBigMathFunction
evaluate
-
Methods inherited from class com.ezylang.evalex.functions.AbstractFunction
getFunctionParameterDefinitions, hasVarArgs, validatePreEvaluation
-
-
-
-
Method Detail
-
evaluateBigMath
protected java.math.BigDecimal evaluateBigMath(java.math.MathContext mathContext, java.math.BigDecimal... parameters)- Specified by:
evaluateBigMathin classAbstractBigMathFunction
-
-