sqrt

fun sqrt(x: Number): <Error class: unknown class>

Return

the square root of x

Parameters

x

number to get the square root of

Chaining

This function is designed to be chained with other function calls:
Number::sqrt -> <Error class: unknown class>