summaryrefslogtreecommitdiff
path: root/tests/float
AgeCommit message (Expand)Author
2017-07-25py: Implement raising a big-int to a negative power.Damien George
2017-07-04py/modmath: Check for zero division in log with 2 args.Damien George
2017-06-13py/formatfloat: Fix number of digits and exponent sign when rounding.Damien George
2017-06-08tests/float/builtin_float_minmax: PEP8 fixes.Paul Sokolovsky
2017-06-08tests/float: Convert "sys.exit()" to "raise SystemExit".Damien George
2017-04-04tests/float: Add tests for hashing float and complex numbers.Damien George
2017-04-03tests/float/byte*_construct: Skip on missing array module.Paul Sokolovsky
2017-03-24tests/float: Add tests for round() of inf, nan and large number.Damien George
2017-03-23tests/float: Add tests for math funcs that return ints.Damien George
2017-03-09tests/float: Make various tests skippable.Paul Sokolovsky
2017-03-07tests/string_format_modulo2: Split off intbig test.Paul Sokolovsky
2017-03-06tests/float2int*: Suffix with _intbig, don't run on any other int type.Paul Sokolovsky
2017-03-06float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.Paul Sokolovsky
2017-03-06tests/float/complex1: Split out intbig test.Paul Sokolovsky
2017-02-03tests/float: Add tests for zero to a negative power.Damien George
2017-01-19tests/float: Add test for assigning to attribute of complex number.Damien George
2017-01-05tests/float: Improve formatfloat.c test coverage using Python.Rami Ali
2016-12-21tests: Add tests to improve coverage of runtime.c.Rami Ali
2016-12-20tests/float/builtin_float_round: Test round() with second arg.Damien George
2016-09-27tests/float: Add test for parsing a float from an empty string.Damien George
2016-03-29py/formatfloat: Fix further cases of buffer overflow in formatting.Damien George
2016-03-15py/formatfloat: Fix buffer overflow when formatting tiny numbers.Damien George
2016-03-06test/string_format_fp30: Variant of string_format for 30-bit stuffed float.Paul Sokolovsky
2016-03-06test/float2int_fp30: Variant of float2int for 30-bit stuffed float.Paul Sokolovsky
2016-02-13float/string_format: Split large test in 2.Paul Sokolovsky
2016-02-13test/float2int: Make test output clearer.Paul Sokolovsky
2016-01-08tests: Fix math_fun_special test so it passes with single prec float.Damien George
2016-01-08tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.Damien George
2015-12-12py/modmath: Add domain error checking to sqrt, log, log2, log10.Michael Buesch
2015-11-22tests/float/string_format: Add testcase for incorrect rounding for %f.Paul Sokolovsky
2015-10-01py: Catch all cases of integer (big and small) division by zero.Damien George
2015-10-01tests: Add further tests for mpz code.Damien George
2015-09-11stmhal: fix single precision float printing errorDave Hylands
2015-09-07py/lexer: Properly classify floats that look like hex numbers.Damien George
2015-08-29tests: Add a few tests for bool, bytearray, float to improve coverage.Damien George
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2015-07-19modbuiltins: Implement round() to precision.Sebastian Plamauer
2015-06-13py: Implement second arg for math.log (optional value for base).Damien George
2015-05-28tests: Add some tests for printing floats to improve coverage.Damien George
2015-05-28py: Remove unnecessary extra handling of padding of nan/inf.Damien George
2015-05-17py: Implement mp_format_float for doubles and use where appropriatestijn
2015-05-13py: Fix printing of complex number when imaginary part is nanstijn
2015-05-04modstruct: Rename module to "ustruct", to allow full Python-level impl.Paul Sokolovsky
2015-04-22py: Fix printing of "inf" and "nan" floating point values.Damien George
2015-04-04tests: Add tests to exercise lexer; and some more complex number tests.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George
2015-03-25tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George
2015-03-14tests: Add some more tests for complex numbers and ure module.Damien George
2015-03-12tests: Add tests for things that are not already tested.Damien George
2015-03-03tests: Add tests for boundmeth; and bignum cmp, unary, float, error.Damien George