Skip to content

Sqrt

in Lib.numbers.float.basic

Computes the square root of a float value. TIP: You can use the [Pow] operator to compute roots for other bases by using 1/base for the exponent.

Outputs

Name Type
Result System.Single