Skip to Content
API Referencesqrt (square root)

sqrt (square root)

sqrt(a: Array<Number>) -> Array<Number>

Takes the square root of all elements of array a. Equivalent to exp(a, 0.5) or a ^ 0.5.