index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
float
Age
Commit message (
Expand
)
Author
2018-09-27
py/objfloat: Fix abs(-0.0) so it returns 0.0.
Damien George
2018-09-26
py/modmath: Add math.factorial, optimised and non-opt implementations.
Christopher Swenson
2018-09-20
tests/float/float_parse.py: Add tests for accuracy of small decimals.
Damien George
2018-09-04
tests/float: Test -inf and some larger values for special math funcs.
Damien George
2018-09-04
tests/float/cmath_fun.py: Fix truncation of small real part of complex.
Damien George
2018-06-12
py/lexer: Add support for underscores in numeric literals.
Damien George
2018-05-21
tests: Add some tests for bigint hash, float hash and float parsing.
Damien George
2018-05-11
tests/float/float_parse: Allow test to run on 32-bit archs.
Damien George
2018-03-01
py/formatfloat: Fix case where floats could render with negative digits.
Damien George
2018-03-01
py/formatfloat: Fix case where floats could render with a ":" character.
Damien George
2018-03-01
py/formatfloat: Fix rounding of %f format with edge-case FP values.
Damien George
2018-02-26
tests/float: Adjust float-parsing tests to pass with only a small error.
Damien George
2018-02-08
py/objfloat: Fix case of raising 0 to -infinity.
Damien George
2018-02-08
py/parsenum: Fix parsing of floats that are close to subnormal.
Damien George
2017-12-19
tests/float/builtin_float_hash: Add test to improve objfloat.c coverage.
Damien George
2017-11-27
py/parsenum: Improve parsing of floating point numbers.
Damien George
2017-11-21
py/objfloat: Allow float() to parse anything with the buffer protocol.
Damien George
2017-10-10
py/formatfloat: Don't print the negative sign of a NaN value.
Damien George
2017-10-10
py/modmath: Add full checks for math domain errors.
Damien George
2017-09-26
py/objfloat: Support raising a negative number to a fractional power.
Damien George
2017-09-04
py/obj: Fix comparison of float/complex NaN with itself.
Damien George
2017-09-02
py/objfloat: Fix binary ops with incompatible objects.
Paul Sokolovsky
2017-07-25
py: Implement raising a big-int to a negative power.
Damien George
2017-07-04
py/modmath: Check for zero division in log with 2 args.
Damien George
2017-06-13
py/formatfloat: Fix number of digits and exponent sign when rounding.
Damien George
2017-06-08
tests/float/builtin_float_minmax: PEP8 fixes.
Paul Sokolovsky
2017-06-08
tests/float: Convert "sys.exit()" to "raise SystemExit".
Damien George
2017-04-04
tests/float: Add tests for hashing float and complex numbers.
Damien George
2017-04-03
tests/float/byte*_construct: Skip on missing array module.
Paul Sokolovsky
2017-03-24
tests/float: Add tests for round() of inf, nan and large number.
Damien George
2017-03-23
tests/float: Add tests for math funcs that return ints.
Damien George
2017-03-09
tests/float: Make various tests skippable.
Paul Sokolovsky
2017-03-07
tests/string_format_modulo2: Split off intbig test.
Paul Sokolovsky
2017-03-06
tests/float2int*: Suffix with _intbig, don't run on any other int type.
Paul Sokolovsky
2017-03-06
float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.
Paul Sokolovsky
2017-03-06
tests/float/complex1: Split out intbig test.
Paul Sokolovsky
2017-02-03
tests/float: Add tests for zero to a negative power.
Damien George
2017-01-19
tests/float: Add test for assigning to attribute of complex number.
Damien George
2017-01-05
tests/float: Improve formatfloat.c test coverage using Python.
Rami Ali
2016-12-21
tests: Add tests to improve coverage of runtime.c.
Rami Ali
2016-12-20
tests/float/builtin_float_round: Test round() with second arg.
Damien George
2016-09-27
tests/float: Add test for parsing a float from an empty string.
Damien George
2016-03-29
py/formatfloat: Fix further cases of buffer overflow in formatting.
Damien George
2016-03-15
py/formatfloat: Fix buffer overflow when formatting tiny numbers.
Damien George
2016-03-06
test/string_format_fp30: Variant of string_format for 30-bit stuffed float.
Paul Sokolovsky
2016-03-06
test/float2int_fp30: Variant of float2int for 30-bit stuffed float.
Paul Sokolovsky
2016-02-13
float/string_format: Split large test in 2.
Paul Sokolovsky
2016-02-13
test/float2int: Make test output clearer.
Paul Sokolovsky
2016-01-08
tests: Fix math_fun_special test so it passes with single prec float.
Damien George
2016-01-08
tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.
Damien George
[next]