klyn.math.Math.pow
method
public static pow<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE, power as FLOAT_TYPE) as FLOAT_TYPE:
Description

Raises a floating-point value to the specified power.

import klyn.math

print(Math.pow(2.0, 8.0))