File: rk4.mli

package info (click to toggle)
planets 0.1.12-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 352 kB
  • ctags: 585
  • sloc: ml: 2,894; makefile: 125; ansic: 38
file content (7 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
val step :
  y: float array -> 
  (x: float -> 
    (h: float ->
      (yout: float array -> 
	(derivs: (float -> float array -> float array -> unit) -> 
	  unit))))