Class BigMathLog2Function
- java.lang.Object
-
- com.ezylang.evalex.functions.AbstractFunction
-
- com.ezylang.evalex.bigmath.functions.bigdecimalmath.AbstractBigMathFunction
-
- com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathLog2Function
-
- All Implemented Interfaces:
com.ezylang.evalex.functions.FunctionIfc
@FunctionParameter(name="x", nonZero=true, nonNegative=true) public class BigMathLog2Function extends AbstractBigMathFunctionCalculates the natural logarithm of x to te base of 2.
-
-
Constructor Summary
Constructors Constructor Description BigMathLog2Function()
-
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
-
-