Navigation :
sqrt
sqrt(a: number) 🡒 number, const autodiff pure function
Returns the square root of the specified number.
Example:
x = 4.2
y = sqrt(x)
show scalar "" with y
Negative inputs are not allowed and will fail.
See also
- The SQRT function in Excel.