Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Excerpt
hiddentrue

sqrt(value) Return the square root of a number.


Function: sqrt()

Return the square root of a number.

...

ArgumentTypeDescription
valueNumberThe value whose square root you want to calculate

Examples

sqrt(4)

Calculates the square root of 4, giving 2.

...