f$Sqrt (f$Wurzel)
f$Sqrt (f$Wurzel)
Calculate the square root of a number
Syntax: | Root = f$Sqrt( Number ) | ||
| Argument | Type | Meaning |
| Number | Decimal | Square root to be calculated |
Result: | Decimal | The square root calculated | |
Example: | Root = f$Sqrt( 9 ) → Root = 3 | ||