Package ortus.boxlang.runtime.operators
Class Power
java.lang.Object
ortus.boxlang.runtime.operators.Power
- All Implemented Interfaces:
IOperator
Performs Math Power for BoxLang
a = 2 ^ 3-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Power
public Power()
-
-
Method Details
-
invoke
- Parameters:
left- The left operandright- The right operand- Returns:
- The the result
-