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

Returns 2 raised to the specified power.

import klyn.math

print(Math.exp2(4.0))