ElementaryFunctionsGeneralizedUnivariatePowerSeries(Coef, Expon, PS)
genser.spad line 1
[edit on github]
This package implements elementary functions on general univariate power series.
- acosIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- acoshIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- acotIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- acothIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- acscIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- acschIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- asecIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- asechIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- asinIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- asinhIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- atanIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- atanhIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- cosIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- coshIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- cotIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- cothIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- cscIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- cschIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- do_quo : (PS, PS) -> Union(PS, "failed")
- expIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- logIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- nthRootIfCan : (PS, NonNegativeInteger) -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- secIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- sechIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- sinIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- sinhIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- tanIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
- tanhIfCan : PS -> Union(PS, "failed")
- from PartialTranscendentalFunctions(PS)
PartialTranscendentalFunctions(PS)