micropython/tests/float
stijn 861670ba2a py: Implement mp_format_float for doubles and use where appropriate
This allows using (almost) the same code for printing floats everywhere,
removes the dependency on sprintf and uses just snprintf and
applies an msvc-specific fix for snprintf in a single place so
nan/inf are now printed correctly.
2015-05-17 21:47:11 +01:00
..
array_construct.py
builtin_float_minmax.py
builtin_float_round.py
bytearray_construct.py
bytes_construct.py
cmath_fun.py
complex1.py
float1.py
float2int.py
float2int_doubleprec.py
float_array.py
float_divmod.py
float_divmod_relaxed.py
float_struct.py
int_big_float.py
int_divzero.py
int_power.py
list_index.py
math_fun.py
math_fun_bool.py
math_fun_special.py
string_format.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
string_format_modulo.py
true_value.py
types.py