File: ai_c.py

package info (click to toggle)
mpmath 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,344 kB
  • sloc: python: 45,321; makefile: 10
file content (2 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (6)
1
2
# Airy function Ai(z) in the complex plane
cplot(airyai, [-8,8], [-8,8], points=50000)