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
118 B
Python
3 lines
118 B
Python
# Branches 0 and -1 of the Lambert W function
|
|
plot([lambertw, lambda x: lambertw(x,-1)], [-2,2], [-5,2], points=2000)
|