Skip to content

Surd

Surd(expr, n)

returns the n-th root of expr. If the result is defined, it’s a real value.

Examples

>> Surd(16.0,3)
2.51984

CubeRoot

Implementation status

  • ✅ - full supported

Github