Package org.spf4j.zel.operators
Class BigIntegerOperators.Pow
- java.lang.Object
-
- org.spf4j.zel.operators.BigIntegerOperators.Pow
-
- All Implemented Interfaces:
Operator<BigInteger,Number,Number>
- Enclosing class:
- BigIntegerOperators
public static final class BigIntegerOperators.Pow extends Object
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spf4j.zel.operators.Operator
Operator.Enum
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<Class,Operator<L,Number,Number>>operations-
Fields inherited from interface org.spf4j.zel.operators.Operator
MATH_CONTEXT
-
-
Constructor Summary
Constructors Constructor Description Pow()
-