prog.ml
1: let f x = 2: FLOAT 3: let pi = acos (-1) in 4: x/(2*pi) - x**(2/3) 5: 6: let _ = 7: let x = 2.5 in 8: Printf.printf "%g -> %g\n" x (f x)
This document was generated using caml2html