square: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page square to Square without leaving a redirect: Converting page title to first-letter uppercase)
(No difference)

Revision as of 22:21, 9 February 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

   25
36