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