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