Files
mpmath--mpmath/docs/plots/besselk_c.py
T
2026-07-13 12:32:53 +08:00

3 lines
127 B
Python

# Modified Bessel function of 2nd kind K_n(z) in the complex plane
cplot(lambda z: besselk(1,z), [-8,8], [-8,8], points=50000)