User Tools

Site Tools


syntax:functions:sqrt

This is an old revision of the document!


Sqrt(number)

Category: Number function


Description

This function returns the square root of number.


Arguments

ArgumentTypeDescription
numberNumber (positive, >=0)The value from which the square root is calculated.


Return value type: Number


Examples

sqrt(25) = 5
sqrt(9) = 3
sqrt(14.5) = 3.80788655293195


See also

syntax/functions/sqrt.1627793359.txt.gz · Last modified: 2021/08/01 00:49 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki