Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SQRT function ====== ==== Description ==== Calculates the square root of a positive number. ==== Syntax ==== //root// = **Sqrt**(//expression//) ==== Parameters ==== The Sqrt function has the following parameters. ^Parameter^Description^ |//expression//|Must evaluate to a positive number or 0 (zero).| ==== See Also ==== [[exp|EXP() function]], [[pwr|PWR() function]], [[ln|LN() function]] ==== Example ==== <code> * C is set to a value of 12. C = Sqrt(144) </code> guides/programming/programmers_reference_manual/sqrt.txt Last modified: 2024/06/19 20:20by 127.0.0.1