safesqrt
Calculate the square root of a number. Safely protects agaist zero or negative input.
safesqrt(num): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
num | number |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The result of the square root calculation |