square: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
(No difference)
|
Latest revision as of 23:59, 14 March 2023
square() Function
Returns the square of a number.
Usage
[h: num = square(num)]
[h: num = sqr(num)]
Examples
[r: square(5)]
[r: square(6)]
Returns
2536