Package cdm.base.math.util.functions
Class Exp_Squaring_Helper
java.lang.Object
cdm.base.math.util.functions.Exp_Squaring_Helper
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Exp_Squaring_Helper.Exp_Squaring_HelperDefault
public abstract class Exp_Squaring_Helper
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BigDecimaldoEvaluate(BigDecimal val, BigDecimal count_help) evaluate(BigDecimal val, BigDecimal count_help) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> s1(BigDecimal val, BigDecimal count_help) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> s2(BigDecimal val, BigDecimal count_help) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> s3(BigDecimal val, BigDecimal count_help) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> s4(BigDecimal val, BigDecimal count_help) Methods 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_Helper
public Exp_Squaring_Helper()
-
-
Method Details
-
evaluate
- Parameters:
val-count_help-- Returns:
- result
-
doEvaluate
-
s1
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> s1(BigDecimal val, BigDecimal count_help) -
s2
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> s2(BigDecimal val, BigDecimal count_help) -
s3
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> s3(BigDecimal val, BigDecimal count_help) -
s4
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> s4(BigDecimal val, BigDecimal count_help)
-