root

Returns the root of the value.

See also cbroot, sqroot.

Syntax

root(root)

Parameter

Description

root

The root to evaluate.

Examples

$('AVar').root(2) // same as sqroot()
$('AVar').root(3) // same as cbroot()