Package cdm.base.math.util.functions
Class Exp_Squaring_Helper.Exp_Squaring_HelperDefault
java.lang.Object
cdm.base.math.util.functions.Exp_Squaring_Helper
cdm.base.math.util.functions.Exp_Squaring_Helper.Exp_Squaring_HelperDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Exp_Squaring_Helper
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.math.util.functions.Exp_Squaring_Helper
Exp_Squaring_Helper.Exp_Squaring_HelperDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BigDecimalassignOutput(BigDecimal result, BigDecimal val, BigDecimal count_help) protected BigDecimaldoEvaluate(BigDecimal val, BigDecimal count_help) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> s1(BigDecimal val, BigDecimal count_help) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> s2(BigDecimal val, BigDecimal count_help) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> s3(BigDecimal val, BigDecimal count_help) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> s4(BigDecimal val, BigDecimal count_help) Methods inherited from class cdm.base.math.util.functions.Exp_Squaring_Helper
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
Exp_Squaring_HelperDefault
public Exp_Squaring_HelperDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classExp_Squaring_Helper
-
assignOutput
-
s1
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> s1(BigDecimal val, BigDecimal count_help) - Specified by:
s1in classExp_Squaring_Helper
-
s2
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> s2(BigDecimal val, BigDecimal count_help) - Specified by:
s2in classExp_Squaring_Helper
-
s3
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> s3(BigDecimal val, BigDecimal count_help) - Specified by:
s3in classExp_Squaring_Helper
-
s4
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> s4(BigDecimal val, BigDecimal count_help) - Specified by:
s4in classExp_Squaring_Helper
-