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 tests: Separate out test cases that rely on float support to float/ dir. 2015-01-08 15:41:37 +00:00
builtin_float_minmax.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
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 tests: Separate out test cases that rely on float support to float/ dir. 2015-01-08 15:41:37 +00:00
bytes_construct.py tests: Separate out test cases that rely on float support to float/ dir. 2015-01-08 15:41:37 +00:00
cmath_fun.py py: Parse big-int/float/imag constants directly in parser. 2015-02-08 01:57:40 +00:00
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_doubleprec.py modstruct: Rename module to "ustruct", to allow full Python-level impl. 2015-05-04 16:53:52 +03:00
float2int.py modstruct: Rename module to "ustruct", to allow full Python-level impl. 2015-05-04 16:53:52 +03:00
float_array.py py: Add support for float/double arrays in array module. 2014-11-21 18:16:25 +00:00
float_divmod_relaxed.py py: Fix build error when float disabled; add test for divmod. 2014-09-13 19:58:18 +01:00
float_divmod.py py: Fix build error when float disabled; add test for divmod. 2014-09-13 19:58:18 +01:00
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 tests: Add tests for SyntaxError, TypeError, and other missing things. 2015-03-25 23:10:09 +00:00
int_divzero.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
int_power.py tests: Make float/int_power.py pass on pyboard/single prec float. 2015-01-29 13:56:58 +00:00
list_index.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
math_fun_bool.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
math_fun_special.py tests: Skip special math fun tests when math module exists but not funs. 2015-03-03 14:36:59 +00:00
math_fun.py tests: Add missing tests for builtins, and many other things. 2015-04-04 22:05:30 +01:00
string_format_modulo.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
string_format.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
true_value.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
types.py tests: Split out those tests requiring float and import. 2014-04-17 16:21:43 +01:00