Skip to main contentModule y0f
Source - f_y0f
- Bessel of the second kind of order 0 (Y0)
- y0_transient_area ๐
- y0f_asympt ๐
- y0f_near_zero ๐
- Generated by SageMath:
Evaluates:
Y0(x) = 2/pi*(euler_gamma + log(x/2))J0(x) - sum((-1)^m(x/2)^(2m)/(m!)^2sum(1+1/2 + โฆ 1/m))
expressed as:
Y0(x)=log(x)*W0(x) - Z0(x)
- y0f_small_argument_path ๐
- This method on small range searches for nearest zero or extremum.
Then picks stored series expansion at the point end evaluates the poly at the point.