Surd
Surd(expr, n)
returns the
n
-th root ofexpr
. If the result is defined, it’s a real value.
Examples
>> Surd(16.0,3)2.51984
Related terms
Implementation status
- ✅ - full supported
Surd(expr, n)
returns the
n
-th root ofexpr
. If the result is defined, it’s a real value.
>> Surd(16.0,3)2.51984