ElementaryFunctionCategoryΒΆ
trigcat.spad line 19 [edit on github]
Category for the elementary functions.
- ^: (%, %) -> %
x^y
returnsx
to the powery
.
- exp: % -> %
exp(x)
returns %e
to the powerx
.
- log: % -> %
log(x)
returns the natural logarithm ofx
. When evaluated into some subset of the complex numbers, the branch cut lies along the negative real axis, continuous with quadrant II. The domain does not contain the origin.