macros:Functions:sqr: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 February 2023

9 March 2009

14 December 2008

  • curprev 09:2709:27, 14 December 2008Craig talk contribs 278 bytes +278 New page: ==Function square== Returns the square of a number. ===Usage=== <source lang="mtmacro" line> [h: num = square(num)] [h: num = sqr(num)] </source> ===Examples=== <...