in src/ctest.c [316:319]
static void float_ToString(char* string, size_t bufferSize, float val) { (void)snprintf(string, bufferSize, "%.02f", val); }