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