public static expm1<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
import klyn.math print(Math.expm1(0.5))