User Tools

Site Tools


syntax:functions:square

This is an old revision of the document!


Square(number)

Category: Number function


Description

This function returns the square of number.


Arguments

ArgumentTypeDescription
numberNumberThe value to be squared (multiplied by itself).


Return value type: Number


Examples

square(2) = 4
square(25) = 625
square(-10) = 100
square(12.4) = 153.76


See also

syntax/functions/square.1627792694.txt.gz · Last modified: 2021/08/01 00:38 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki