Calculates the degree-th root of the given argument.
Syntax
NTHROOT (Number, Degree)
Note: The required separator (comma or semi-colon) automatically corresponds to your computer’s location settings.
Data Types of the Arguments
Number: Number, Integer, or other data type compatible with root function
Degree: Number, Integer
Data Type of the Result
Depends on Arguments’ Data Types
Example
Find the cube root of the given number.
Expression
NTHROOT (125, 3)
Result
5
Notes
For square root: See Square Root [SQRT].