NROOT

From iMath
Jump to navigation Jump to search

Syntax

NROOT number number

NROOT number { expression }

NROOT { expression } { expression }


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Creates the nth root of a number or an expression. When specifying expressions, they must be enclosed in curly brackets {} to avoid ambiguities.


Example

To create the cube root, writeNROOT 3 {x}.


See also

{{{4}}}