Go to: Synopsis. Return value. Related. MEL examples.

Synopsis

sqrt float

sqrt is NOT undoable, NOT queryable, and NOT editable.

Returns the square root of the given value.

Return value

floatSquare root

Related

exp, log, pow

MEL examples

sqrt 24;
// Result: 4.898979486 //