File: hankel2_c.py

package info (click to toggle)
mpmath 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,424 kB
  • sloc: python: 45,022; makefile: 17; sh: 4
file content (2 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (5)
1
2
# Hankel function H2_n(z) in the complex plane
cplot(lambda z: hankel2(1,z), [-8,8], [-8,8], points=50000)