public static sqrt(value as Double) as Double:
import klyn.math print(Math.sqrt(9.0)) print(Math.sqrt(2.0f))