File: test.ode

package info (click to toggle)
xppaut 8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,332 kB
  • sloc: ansic: 74,690; makefile: 127; sh: 92
file content (4 lines) | stat: -rwxr-xr-x 53 bytes parent folder | download
1
2
3
4
fact(x)=if(x<=0)then(1)else(x*fact(x-1))
y'=-y
done