Select Git revision
formatfloat.h
formatfloat.h 85 B
int format_float(float f, char *buf, size_t bufSize, char fmt, int prec, char sign);
MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL is set to a non-zero value.