SQRT function

Calculates the square root of a positive number.

root = Sqrt(expression)

The Sqrt function has the following parameters.

ParameterDescription
expressionMust evaluate to a positive number or 0 (zero).
* C is set to a value of 12.

C = Sqrt(144)
  • guides/programming/programmers_reference_manual/sqrt.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1