A portable OCaml function to print floats Pascal Cuoq on 29 October 2011
For printing the results of automated Frama-C tests, we need printing functions with the following properties: they should print all the information available (doing otherwise might mask an existing bug); they should produce results readable enough for a person to validate the result of each test once; and their output...
Read More