This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
micropython
/
tests
/
float
History
Damien George
6a445b60fa
py/lexer: Add support for underscores in numeric literals.
...
This is a very convenient feature introduced in Python 3.6 by PEP 515.
2018-06-12 12:17:43 +10:00
..
array_construct.py
…
builtin_float_hash.py
tests: Add some tests for bigint hash, float hash and float parsing.
2018-05-21 13:05:40 +10:00
builtin_float_minmax.py
…
builtin_float_pow.py
py/objfloat: Fix case of raising 0 to -infinity.
2018-02-08 14:35:43 +11:00
builtin_float_round_intbig.py
…
builtin_float_round.py
…
bytearray_construct.py
…
bytes_construct.py
…
cmath_fun_special.py
…
cmath_fun.py
…
complex1_intbig.py
…
complex1.py
py/formatfloat: Don't print the negative sign of a NaN value.
2017-10-10 16:01:13 +11:00
float1.py
py/objfloat: Allow float() to parse anything with the buffer protocol.
2017-11-21 15:01:38 +11:00
float2int_doubleprec_intbig.py
…
float2int_fp30_intbig.py
…
float2int_intbig.py
…
float_array.py
…
float_compare.py
…
float_divmod_relaxed.py
…
float_divmod.py
…
float_format.py
py/formatfloat: Fix case where floats could render with negative digits.
2018-03-01 17:00:02 +11:00
float_parse_doubleprec.py
tests/float: Adjust float-parsing tests to pass with only a small error.
2018-02-26 15:54:03 +11:00
float_parse.py
tests: Add some tests for bigint hash, float hash and float parsing.
2018-05-21 13:05:40 +10:00
float_struct.py
…
int_big_float.py
…
int_divzero.py
…
int_power.py
…
list_index.py
…
math_domain_special.py
py/modmath: Add full checks for math domain errors.
2017-10-10 15:57:45 +11:00
math_domain.py
py/modmath: Add full checks for math domain errors.
2017-10-10 15:57:45 +11:00
math_fun_bool.py
…
math_fun_int.py
…
math_fun_intbig.py
…
math_fun_special.py
…
math_fun.py
…
python36.py
py/lexer: Add support for underscores in numeric literals.
2018-06-12 12:17:43 +10:00
python36.py.exp
py/lexer: Add support for underscores in numeric literals.
2018-06-12 12:17:43 +10:00
string_format2.py
…
string_format_fp30.py
…
string_format_modulo2_intbig.py
…
string_format_modulo2.py
…
string_format_modulo3.py
…
string_format_modulo3.py.exp
…
string_format_modulo.py
…
string_format.py
…
true_value.py
…
types.py
…