DEBSOURCES
Skip Quicknav
sources / ocamlcreal / 0.7-4 / creal_pp.ml
12345678
open Format let precision = ref 20;; let pp x = print_string (try Creal.to_string x !precision with e -> "Error: " ^ Printexc.to_string e);;