Package cdm.base.math.functions
Class Sqrt
java.lang.Object
cdm.base.math.functions.Sqrt
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Sqrt.SqrtDefault
public abstract class Sqrt
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BigDecimalprotected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g0(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g1(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g10(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g2(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g3(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g4(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g5(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g6(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g7(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g8(BigDecimal x) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> g9(BigDecimal x) 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
-
Sqrt
public Sqrt()
-
-
Method Details
-
evaluate
- Parameters:
x-- Returns:
- result
-
doEvaluate
-
g0
-
g1
-
g2
-
g3
-
g4
-
g5
-
g6
-
g7
-
g8
-
g9
-
g10
-