micropython/tests/float
Damien George 27465e6b24 tests/basics: Add tests for equality between bool and int/float/complex.
False/True should be implicitly converted to 0/1 when compared with numeric
types.
2020-02-11 11:06:17 +11:00
..
array_construct.py tests: Rename "array" module to "uarray". 2019-10-22 19:16:54 +11:00
builtin_float_abs.py py/objfloat: Fix abs(-0.0) so it returns 0.0. 2018-09-27 15:21:25 +10:00
builtin_float_hash.py
builtin_float_minmax.py
builtin_float_pow.py
builtin_float_round.py
builtin_float_round_intbig.py
bytearray_construct.py tests: Rename "array" module to "uarray". 2019-10-22 19:16:54 +11:00
bytes_construct.py tests: Rename "array" module to "uarray". 2019-10-22 19:16:54 +11:00
cmath_fun.py
cmath_fun_special.py
complex1.py tests/basics: Add tests for equality between bool and int/float/complex. 2020-02-11 11:06:17 +11:00
complex1_intbig.py
float1.py tests/basics: Add tests for equality between bool and int/float/complex. 2020-02-11 11:06:17 +11:00
float2int_doubleprec_intbig.py
float2int_fp30_intbig.py
float2int_intbig.py
float_array.py tests: Rename "array" module to "uarray". 2019-10-22 19:16:54 +11:00
float_compare.py
float_divmod.py
float_divmod_relaxed.py
float_format.py
float_parse.py tests/float/float_parse.py: Add tests for accuracy of small decimals. 2018-09-20 22:26:53 +10:00
float_parse_doubleprec.py
float_struct.py
int_big_float.py
int_divzero.py
int_power.py
list_index.py
math_domain.py
math_domain_special.py
math_factorial_intbig.py py/modmath: Add math.factorial, optimised and non-opt implementations. 2018-09-26 15:03:04 +10:00
math_fun.py
math_fun_bool.py
math_fun_int.py
math_fun_intbig.py
math_fun_special.py
math_isclose.py py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
math_isclose.py.exp py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
python36.py
python36.py.exp
string_format.py tests: Add boolean-as-integer formatting tests for fixed regression. 2020-01-24 10:57:17 +11:00
string_format2.py
string_format_fp30.py
string_format_modulo.py
string_format_modulo2.py
string_format_modulo2_intbig.py
string_format_modulo3.py
string_format_modulo3.py.exp
true_value.py
types.py