micropython/tests/float
stijn 2e54d9d146 py: Fix handling of NaN in certain pow implementations.
Adds a new compile-time option MICROPY_PY_MATH_POW_FIX_NAN for use with
toolchains that don't handle pow-of-NaN correctly.
2020-09-11 10:04:57 +10:00
..
array_construct.py
builtin_float_abs.py
builtin_float_hash.py
builtin_float_minmax.py
builtin_float_pow.py
builtin_float_round.py
builtin_float_round_intbig.py
bytearray_construct.py
bytes_construct.py
cmath_fun.py all: Update Python code to conform to latest black formatting. 2020-08-29 15:18:01 +10:00
cmath_fun_special.py
complex1.py
complex1_intbig.py
complex_reverse_op.py
complex_special_methods.py
float1.py
float2int_doubleprec_intbig.py all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
float2int_fp30_intbig.py all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
float2int_intbig.py all: Rename "sys" module to "usys". 2020-09-04 00:10:24 +10:00
float_array.py
float_compare.py
float_divmod.py
float_divmod_relaxed.py
float_format.py
float_parse.py
float_parse_doubleprec.py
float_struct.py
inf_nan_arith.py py/objfloat: Fix handling of negative float to power of nan. 2020-09-11 10:03:57 +10:00
int_big_float.py
int_divzero.py
int_power.py
lexer.py
list_index.py
math_domain.py py: Fix handling of NaN in certain pow implementations. 2020-09-11 10:04:57 +10:00
math_domain_special.py
math_factorial_intbig.py
math_fun.py all: Update Python code to conform to latest black formatting. 2020-08-29 15:18:01 +10:00
math_fun_bool.py
math_fun_int.py
math_fun_intbig.py
math_fun_special.py all: Update Python code to conform to latest black formatting. 2020-08-29 15:18:01 +10:00
math_isclose.py
math_isclose.py.exp
python36.py
python36.py.exp
string_format.py
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