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 tests: Add missing tests for builtins, and many other things. 2015-04-04 22:05:30 +01:00
bytearray_construct.py
bytes_construct.py
cmath_fun.py
complex1.py py: Fix printing of complex number when imaginary part is nan 2015-05-13 23:10:15 +01:00
float1.py py: Implement mp_format_float for doubles and use where appropriate 2015-05-17 21:47:11 +01:00
float2int.py modstruct: Rename module to "ustruct", to allow full Python-level impl. 2015-05-04 16:53:52 +03:00
float2int_doubleprec.py modstruct: Rename module to "ustruct", to allow full Python-level impl. 2015-05-04 16:53:52 +03:00
float_array.py
float_divmod.py
float_divmod_relaxed.py
float_struct.py modstruct: Rename module to "ustruct", to allow full Python-level impl. 2015-05-04 16:53:52 +03:00
int_big_float.py
int_divzero.py
int_power.py
list_index.py
math_fun.py tests: Add missing tests for builtins, and many other things. 2015-04-04 22:05:30 +01:00
math_fun_bool.py
math_fun_special.py
string_format.py
string_format_modulo.py
true_value.py
types.py