sqrt()

Table of Contents

Definition

sqrt() takes a numerical value as an argument and returns the square root of that value.

Examples

The following example calculates the square root for four and returns two as a result.

| makeresults
| eval squareroot=sqrt(4)
Screenshot for the previous example’s result

Further Reading