ExCellerate.Functions.Math.Sqrt (excellerate v0.4.0)

Copy Markdown View Source

Returns the square root of a non-negative number.

Returns an error if the argument is negative.

Examples

sqrt(9)  3.0
sqrt(2)  1.4142135...
sqrt(0)  0.0