.. |
array_construct.py
|
tests: Replace umodule with module everywhere.
|
1 year ago |
builtin_float_abs.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
builtin_float_hash.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
builtin_float_minmax.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
builtin_float_pow.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
builtin_float_round.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
builtin_float_round_intbig.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
bytearray_construct_endian.py
|
tests: Replace umodule with module everywhere.
|
1 year ago |
bytes_construct_endian.py
|
tests: Replace umodule with module everywhere.
|
1 year ago |
cmath_dunder.py
|
tests/float: Skip new complex tests if complex unavailable.
|
2 years ago |
cmath_fun.py
|
all: Update Python code to conform to latest black formatting.
|
4 years ago |
cmath_fun_special.py
|
tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT.
|
5 years ago |
complex1.py
|
py/parsenum: Fix parsing of complex "j" and also "nanj", "infj".
|
2 years ago |
complex1_intbig.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
complex_dunder.py
|
py/obj: Make mp_obj_get_complex_maybe call mp_obj_get_float_maybe first.
|
2 years ago |
complex_reverse_op.py
|
tests: Split out complex reverse-op tests to separate test file.
|
4 years ago |
complex_special_methods.py
|
tests: Split out complex reverse-op tests to separate test file.
|
4 years ago |
float1.py
|
all: Update Python formatting to latest Black version 22.1.0.
|
3 years ago |
float2int_doubleprec_intbig.py
|
tests: Replace umodule with module everywhere.
|
1 year ago |
float2int_fp30_intbig.py
|
tests: Replace umodule with module everywhere.
|
1 year ago |
float2int_intbig.py
|
tests: Replace umodule with module everywhere.
|
1 year ago |
float_array.py
|
tests: Replace umodule with module everywhere.
|
1 year ago |
float_compare.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
float_divmod.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
float_divmod_relaxed.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
float_dunder.py
|
py/obj: Add support for __float__ and __complex__ functions.
|
2 years ago |
float_format.py
|
py/formatfloat: Use pow(10, e) instead of pos/neg_pow lookup tables.
|
2 years ago |
float_format_ftoe.py
|
py/formatfloat: Format all whole-number floats exactly.
|
2 years ago |
float_format_ftoe.py.exp
|
py/formatfloat: Format all whole-number floats exactly.
|
2 years ago |
float_format_ints.py
|
tests/float/float_format_ints.py: Put power-of-10 test in separate file.
|
1 year ago |
float_format_ints_doubleprec.py
|
py/formatfloat: Use pow(10, e) instead of pos/neg_pow lookup tables.
|
2 years ago |
float_format_ints_power10.py
|
tests/float/float_format_ints.py: Put power-of-10 test in separate file.
|
1 year ago |
float_parse.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
float_parse_doubleprec.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
float_struct.py
|
tests: Replace umodule with module everywhere.
|
1 year ago |
inf_nan_arith.py
|
tests/float/inf_nan_arith.py: Include -inf in argument combos.
|
11 months ago |
int_big_float.py
|
all: Update Python formatting to latest Black version 22.1.0.
|
3 years ago |
int_divzero.py
|
all: Update Python formatting to latest Black version 22.1.0.
|
3 years ago |
int_power.py
|
all: Update Python formatting to latest Black version 22.1.0.
|
3 years ago |
lexer.py
|
tests/float: Add new lexer test to test parsing of float without prefix.
|
5 years ago |
list_index.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
math_constants.py
|
py/modmath: Add math.tau, math.nan and math.inf constants.
|
3 years ago |
math_constants_extra.py
|
py/modmath: Add math.tau, math.nan and math.inf constants.
|
3 years ago |
math_domain.py
|
tests/float/math_domain.py: Tweak test to also pass with obj-repr-C.
|
1 year ago |
math_domain_python311.py
|
tests/float: Test domain errors for more combos of args to math funcs.
|
1 year ago |
math_domain_python311.py.exp
|
tests/float: Test domain errors for more combos of args to math funcs.
|
1 year ago |
math_domain_special.py
|
tests/float: Make output of math function tests more readable.
|
2 years ago |
math_dunder.py
|
py/obj: Make mp_obj_get_complex_maybe call mp_obj_get_float_maybe first.
|
2 years ago |
math_factorial_intbig.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
math_fun.py
|
tests/float: Make output of math function tests more readable.
|
2 years ago |
math_fun_bool.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
math_fun_int.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
math_fun_intbig.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
math_fun_special.py
|
tests/float: Make output of math function tests more readable.
|
2 years ago |
math_isclose.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
math_isclose.py.exp
|
py/modmath: Implement math.isclose() for non-complex numbers.
|
5 years ago |
python36.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
python36.py.exp
|
py/lexer: Add support for underscores in numeric literals.
|
7 years ago |
string_format.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
string_format2.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
string_format_fp30.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
string_format_modulo.py
|
py/formatfloat: Use pow(10, e) instead of pos/neg_pow lookup tables.
|
2 years ago |
string_format_modulo2.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
string_format_modulo2_intbig.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
string_format_modulo3.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
string_format_modulo3.py.exp
|
py/formatfloat: Fix number of digits and exponent sign when rounding.
|
8 years ago |
true_value.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
types.py
|
tests: Split out those tests requiring float and import.
|
11 years ago |