...

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

User Contributed Notes
0 notes + add a note