public static hypot<FLOAT_TYPE extends AbstractFloat = Double>(x as FLOAT_TYPE, y as FLOAT_TYPE) as FLOAT_TYPE:
import klyn.math print(Math.hypot(3.0, 4.0))