micropython/tests/float
Damien George 6d1f5070ce lib/libm: Add frexp and modf functions; use in stmhal; add tests.
Addresses issue #1081.
2015-01-22 13:48:29 +00: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
builtin_float_round.py tests: Split out float test from builtin_round.py. 2014-11-29 14:47:54 +00: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
float1.py
float2int.py py: Temporary fix for conversion of float to int when fits in small int. 2015-01-07 12:10:47 +00:00
float2int_doubleprec.py py: Temporary fix for conversion of float to int when fits in small int. 2015-01-07 12:10:47 +00:00
float_array.py py: Add support for float/double arrays in array module. 2014-11-21 18:16:25 +00:00
float_divmod.py
float_divmod_relaxed.py
int_divzero.py
list_index.py
math_fun.py lib/libm: Add frexp and modf functions; use in stmhal; add tests. 2015-01-22 13:48:29 +00:00
math_fun_bool.py
string_format.py
string_format_modulo.py
true_value.py
types.py