Class BigMathAcotFunction
- java.lang.Object
-
- com.ezylang.evalex.functions.AbstractFunction
-
- com.ezylang.evalex.bigmath.functions.bigdecimalmath.AbstractBigMathFunction
-
- com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcotFunction
-
- All Implemented Interfaces:
com.ezylang.evalex.functions.FunctionIfc
@FunctionParameter(name="x", nonZero=true) public class BigMathAcotFunction extends AbstractBigMathFunctionReturns the arc-co-tangent (in degrees).
-
-
Constructor Summary
Constructors Constructor Description BigMathAcotFunction()
-
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
-
-