3 lines
100 B
Python
3 lines
100 B
Python
# Regular Coulomb wave function in the complex plane
|
|
cplot(lambda z: coulombf(1,1,z), points=50000)
|