Square-root - Function SummarySummary:Returns the square root of a number. Usage:square-root value Arguments:value - The value argument. (must be: number) Description:Returns the square-root of the number provided. If the number is negative, an error will occur (which you can trap with the TRY function).
Related:exp - Raises E (natural number) to the power specified.
| ||||
|