Open monadius opened 7 years ago
Use hexadecimal floating-point numerals for external optimization tools. Use "%h" in OCaml printf functions. OCaml >= 4.03 is required.
"%h"
printf
Error bounds are printed as hexadecimal numerals now and the minimal OCaml version is increased to 4.03.
Use hexadecimal floating-point numerals for external optimization tools. Use
"%h"
in OCamlprintf
functions. OCaml >= 4.03 is required.