Exponentiation

The binary exponentiation operator a ** b is defined for operands of type float or double and computes the value a raised to the power of b. The computation is implemented by the method pow of java.lang.Math.