Class Power
java.lang.Object
calculator.operations.Operation
calculator.operations.Power
- All Implemented Interfaces:
Expression
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe exponentiation of complex numbersop(IntegerAtom i1, IntegerAtom i2) The actual exponentiation of two Integers.The actual exponentiation of two rational numbersThe actual exponentiation of two Realsstatic BigInteger[]toRational(BigDecimal decimal)
-
Constructor Details
-
Power
- Throws:
IllegalConstruction
-
-
Method Details