Open jakobneef opened 11 months ago
The command Series[#,x->0]& should return the leading order of the Taylor series. However this does not seem to work with this package. E.g.
Series[#,x->0]&
SpinWeightedSpheroidalHarmonicS[0, 2, 0, \[Gamma]][\[Pi]/2, 0]//Series[#, {\[Gamma], 0, 0}] &
works just fine but
SpinWeightedSpheroidalHarmonicS[0, 2, 0, \[Gamma]][\[Pi]/2, 0]//Series[#, \[Gamma] -> 0] &
does nothing.
The command
Series[#,x->0]&
should return the leading order of the Taylor series. However this does not seem to work with this package. E.g.works just fine but
does nothing.