SquareRoot
- Parameters
-
x real
Should be greater than or equal to 0.
- comment
-
Returns the square root of x. If x is less than or equal to zero this returns 0.0
- pure
- This function is pure. For the same values passed to it, it will always return the same value.
- patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
real
- Source code
-
native SquareRoot takes real x returns real