micropython/tests/float
Sebastian Plamauer 1e8ca3a3cf modbuiltins: Implement round() to precision. 2015-07-19 21:49:44 +03: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 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
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 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 some tests for printing floats to improve coverage. 2015-05-28 14:24:47 +00: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