RadicalCategoryΒΆ
trigcat.spad line 1 [edit on github]
The RadicalCategory
is a model for the rational numbers.
- nthRoot: (%, Integer) -> %
nthRoot(x, n)
returns then
th root ofx
.
- sqrt: % -> %
sqrt(x)
returns the square root ofx
. The branch cut lies along the negative real axis, continuous with quadrant II.