Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 469 Bytes

root.rst

File metadata and controls

27 lines (18 loc) · 469 Bytes

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()