NROOT

From iMath
Revision as of 19:26, 22 April 2017 by Jrheinlaender (Talk | contribs) (Created page with "{{Keyword | <code>NROOT number number</code> <code>NROOT number { expression }</code> <code>NROOT { expression } { expression }</code> | Creates the...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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}}}