micropython/tests/float
Damien George 1d350b8ac6 tests: Add a few tests for bool, bytearray, float to improve coverage. 2015-08-29 23:13:28 +01:00
..
array_construct.py
builtin_float_minmax.py
builtin_float_round.py modbuiltins: Implement round() to precision. 2015-07-19 21:49:44 +03:00
bytearray_construct.py
bytes_construct.py
cmath_fun.py
complex1.py
float1.py py: Implement mp_format_float for doubles and use where appropriate 2015-05-17 21:47:11 +01:00
float2int.py
float2int_doubleprec.py
float_array.py
float_divmod.py
float_divmod_relaxed.py tests: Add a few tests for bool, bytearray, float to improve coverage. 2015-08-29 23:13:28 +01:00
float_struct.py
int_big_float.py
int_divzero.py
int_power.py
list_index.py
math_fun.py py: Implement second arg for math.log (optional value for base). 2015-06-13 22:35:25 +01:00
math_fun_bool.py
math_fun_special.py
string_format.py tests: Add more tests to improve coverage, mostly testing exceptions. 2015-08-21 12:02:09 +01:00
string_format_modulo.py tests: Add some tests for printing floats to improve coverage. 2015-05-28 14:24:47 +00:00
true_value.py
types.py