a9550c2b70
Structure now more closely follow https://packaging.python.org/ To build docs: python setup.py build_sphinx -c docs -b html,latex make -C build/sphinx/latex all-pdf
3 lines
107 B
Python
3 lines
107 B
Python
# Hankel function H2_n(z) in the complex plane
|
|
cplot(lambda z: hankel2(1,z), [-8,8], [-8,8], points=50000)
|