A B C E G R T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractBigMathFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Abstract base class for BigDecimalMath calculations.
- AbstractBigMathFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.AbstractBigMathFunction
- ALL_FUNCTIONS - Static variable in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigDecimalMathFunctions
- ALL_OPERATORS - Static variable in class com.ezylang.evalex.bigmath.operators.bigdecimalmath.BigDecimalMathOperators
- allFunctions() - Static method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigDecimalMathFunctions
- allOperators() - Static method in class com.ezylang.evalex.bigmath.operators.bigdecimalmath.BigDecimalMathOperators
B
- BigDecimalMathExtension - Class in com.ezylang.evalex.bigmath.utils
- BigDecimalMathFunctions - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Collects all the functions.
- BigDecimalMathOperators - Class in com.ezylang.evalex.bigmath.operators.bigdecimalmath
- BigMathAcosFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the arc cosine (inverted cosine) of x.
- BigMathAcosFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcosFunction
- BigMathAcosHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the arc hyperbolic cosine (inverse hyperbolic cosine) of x.
- BigMathAcosHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcosHFunction
- BigMathAcosRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the arc cosine (inverted cosine) of x.
- BigMathAcosRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcosRFunction
- BigMathAcotFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the arc-co-tangent (in degrees).
- BigMathAcotFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcotFunction
- BigMathAcotHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the arc hyperbolic cotangent (inverse hyperbolic cotangent) x.
- BigMathAcotHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcotHFunction
- BigMathAcotRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the arc-co-tangent (in radians).
- BigMathAcotRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcotRFunction
- BigMathAsinFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the arc-sine (in degrees).
- BigMathAsinFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAsinFunction
- BigMathAsinHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the hyperbolic arc-sine (in degrees).
- BigMathAsinHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAsinHFunction
- BigMathAsinRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the arc-sine (in radians).
- BigMathAsinRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAsinRFunction
- BigMathAtan2Function - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the angle of atan2 (in degrees).
- BigMathAtan2Function() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtan2Function
- BigMathAtan2RFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the angle of atan2 (in radians).
- BigMathAtan2RFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtan2RFunction
- BigMathAtanFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the arc-tangent (in degrees).
- BigMathAtanFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtanFunction
- BigMathAtanHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the hyperbolic arc-tangent (in degrees).
- BigMathAtanHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtanHFunction
- BigMathAtanRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the arc-tangent (in radians).
- BigMathAtanRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtanRFunction
- BigMathBernoulliFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the Bernoulli number for the specified index.
- BigMathBernoulliFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathBernoulliFunction
- BigMathCosFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the cosine of an angle (in degrees).
- BigMathCosFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCosFunction
- BigMathCosHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the hyperbolic cosine of a value.
- BigMathCosHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCosHFunction
- BigMathCosRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the cosine of an angle (in radians).
- BigMathCosRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCosRFunction
- BigMathCotFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the co-tangent of an angle (in degrees).
- BigMathCotFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCotFunction
- BigMathCotHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the hyperbolic co-tangent of a value .
- BigMathCotHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCotHFunction
- BigMathCotRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the co-tangent of an angle (in radians).
- BigMathCotRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCotRFunction
- BigMathCscFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the co-secant of an angle (in degrees).
- BigMathCscFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCscFunction
- BigMathCscHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the hyperbolic co-secant of a value.
- BigMathCscHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCscHFunction
- BigMathCscRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the co-secant of an angle (in radians).
- BigMathCscRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCscRFunction
- BigMathDegFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
- BigMathDegFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathDegFunction
- BigMathEFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the number e with the configured
MathContextprecision. - BigMathEFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathEFunction
- BigMathExpFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the natural exponent of x (ex).
- BigMathExpFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathExpFunction
- BigMathExponentFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the exponent of the specified BigDecimal written as mantissa * 10exponent.
- BigMathExponentFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathExponentFunction
- BigMathExpression - Class in com.ezylang.evalex.bigmath
-
An expression that has the big-math functions configured by default.
- BigMathExpression(String) - Constructor for class com.ezylang.evalex.bigmath.BigMathExpression
- BigMathExpression(String, ExpressionConfiguration) - Constructor for class com.ezylang.evalex.bigmath.BigMathExpression
- BigMathFactorialFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the factorial of x.
- BigMathFactorialFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathFactorialFunction
- BigMathFractionalPartFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the fractional part of x (right of the decimal point).
- BigMathFractionalPartFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathFractionalPartFunction
- BigMathGammaFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the gamma function of x.
- BigMathGammaFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathGammaFunction
- BigMathInfixPowerOfOperator - Class in com.ezylang.evalex.bigmath.operators.bigdecimalmath
-
Power of operator, calculates the power of right operand of left operand.
- BigMathInfixPowerOfOperator() - Constructor for class com.ezylang.evalex.bigmath.operators.bigdecimalmath.BigMathInfixPowerOfOperator
- BigMathIntegralPartFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the integral part of x (left of the decimal point).
- BigMathIntegralPartFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathIntegralPartFunction
- BigMathLog10Function - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the natural logarithm of x to te base of 10.
- BigMathLog10Function() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathLog10Function
- BigMathLog2Function - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the natural logarithm of x to te base of 2.
- BigMathLog2Function() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathLog2Function
- BigMathLogFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the natural logarithm of x.
- BigMathLogFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathLogFunction
- BigMathMantissaFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the mantissa of the specified BigDecimal written as mantissa * 10exponent.
- BigMathMantissaFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathMantissaFunction
- BigMathPiFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the number PI with the configured
MathContextprecision. - BigMathPiFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathPiFunction
- BigMathRadFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
- BigMathRadFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathRadFunction
- BigMathReciprocalFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the reciprocal of x.
- BigMathReciprocalFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathReciprocalFunction
- BigMathRootFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the nth root of x.
- BigMathRootFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathRootFunction
- BigMathSecFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the secant of an angle (in degrees).
- BigMathSecFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSecFunction
- BigMathSecHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the hyperbolic secant of an angle.
- BigMathSecHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSecHFunction
- BigMathSecRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the secant of an angle (in radians).
- BigMathSecRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSecRFunction
- BigMathSignificantDigitsFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the number of significant digits of x.
- BigMathSignificantDigitsFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSignificantDigitsFunction
- BigMathSinFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the sine of an angle (in degrees).
- BigMathSinFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSinFunction
- BigMathSinHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the hyperbolic sine of an angle.
- BigMathSinHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSinHFunction
- BigMathSinRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the sine of an angle (in radians).
- BigMathSinRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSinRFunction
- BigMathSqrtFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Calculates the square root of x.
- BigMathSqrtFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSqrtFunction
- BigMathTanFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the tangent of an angle (in degrees).
- BigMathTanFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathTanFunction
- BigMathTanHFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the hyperbolic tangent of an angle.
- BigMathTanHFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathTanHFunction
- BigMathTanRFunction - Class in com.ezylang.evalex.bigmath.functions.bigdecimalmath
-
Returns the tangent of an angle (in radians).
- BigMathTanRFunction() - Constructor for class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathTanRFunction
C
- com.ezylang.evalex.bigmath - package com.ezylang.evalex.bigmath
- com.ezylang.evalex.bigmath.functions.bigdecimalmath - package com.ezylang.evalex.bigmath.functions.bigdecimalmath
- com.ezylang.evalex.bigmath.operators.bigdecimalmath - package com.ezylang.evalex.bigmath.operators.bigdecimalmath
- com.ezylang.evalex.bigmath.utils - package com.ezylang.evalex.bigmath.utils
E
- evaluate(Expression, Token, EvaluationValue...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.AbstractBigMathFunction
- evaluate(Expression, Token, EvaluationValue...) - Method in class com.ezylang.evalex.bigmath.operators.bigdecimalmath.BigMathInfixPowerOfOperator
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.AbstractBigMathFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcosFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcosHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcosRFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcotFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcotHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAcotRFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAsinFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAsinHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAsinRFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtan2Function
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtan2RFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtanFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtanHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathAtanRFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathBernoulliFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCosFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCosHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCosRFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCotFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCotHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCotRFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCscFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCscHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathCscRFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathDegFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathEFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathExpFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathExponentFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathFactorialFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathFractionalPartFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathGammaFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathIntegralPartFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathLog10Function
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathLog2Function
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathLogFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathMantissaFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathPiFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathRadFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathReciprocalFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathRootFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSecFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSecHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSecRFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSignificantDigitsFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSinFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSinHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSinRFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathSqrtFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathTanFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathTanHFunction
- evaluateBigMath(MathContext, BigDecimal...) - Method in class com.ezylang.evalex.bigmath.functions.bigdecimalmath.BigMathTanRFunction
G
- getPrecedence(ExpressionConfiguration) - Method in class com.ezylang.evalex.bigmath.operators.bigdecimalmath.BigMathInfixPowerOfOperator
R
- round(BigDecimal, MathContext) - Static method in class com.ezylang.evalex.bigmath.utils.BigDecimalMathExtension
-
Rounds value according to the math context.
T
- toDegrees(BigDecimal, MathContext) - Static method in class com.ezylang.evalex.bigmath.utils.BigDecimalMathExtension
-
Converts from radians to degrees using a cached PI constant of correct scale.
- toRadians(BigDecimal, MathContext) - Static method in class com.ezylang.evalex.bigmath.utils.BigDecimalMathExtension
-
Converts from degrees to radians using a cached PI constant of correct scale.
All Classes All Packages