Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 472 Bytes

File metadata and controls

30 lines (16 loc) · 472 Bytes

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

Related terms

CubeRoot

Implementation status

  • ✅ - full supported

Github