klyn.math.Math.pow
method
public static pow(value as Double, power as Double) as Double:
Description
Raises a floating-point value to the specified power.
import klyn.math

print(Math.pow(2.0, 8.0))