TranscendentalFunctionCategoryΒΆ
trigcat.spad line 116 [edit on github]
Category for the transcendental elementary functions.
- ^: (%, %) -> %
- acos: % -> %
- acosh: % -> %
- acot: % -> %
- acoth: % -> %
- acsc: % -> %
- acsch: % -> %
- asec: % -> %
- asech: % -> %
- asin: % -> %
- asinh: % -> %
- atan: % -> %
- atanh: % -> %
- cos: % -> %
- cosh: % -> %
- cot: % -> %
- coth: % -> %
- csc: % -> %
- csch: % -> %
- exp: % -> %
- log: % -> %
- pi: () -> %
pi()
returns the constantpi
.
- sec: % -> %
- sech: % -> %
- sin: % -> %
- sinh: % -> %
- tan: % -> %
- tanh: % -> %