summaryrefslogtreecommitdiff
path: root/tests/float
AgeCommit message (Expand)Author
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
2015-03-03tests: Skip special math fun tests when math module exists but not funs.stijn
2015-03-02tests: Add tests for builtins: all, any, sum, abs.Damien George
2015-03-02tests: Add tests for op special meths, ubinascii, complex.Damien George
2015-02-22tests: Add test for math special functions.Damien George
2015-02-08py: Parse big-int/float/imag constants directly in parser.Damien George
2015-02-02tests: Add test for cmath module.Damien George
2015-01-29tests: Make float/int_power.py pass on pyboard/single prec float.Damien George
2015-01-29tests: Add some tests to improve coverage.Damien George
2015-01-27py: Add support for floats in mp_binary_{get,set}_val()David Steinberg
2015-01-24tests: Update float2int tests for new range classificationsDavid Steinberg
2015-01-22lib/libm: Add frexp and modf functions; use in stmhal; add tests.Damien George
2015-01-08tests: Separate out test cases that rely on float support to float/ dir.Damien George
2015-01-07py: Temporary fix for conversion of float to int when fits in small int.Damien George
2015-01-02py: Raise exception if trying to convert inf/nan to int.Damien George
2015-01-02py: Fix float to int conversion for large exponents.David Steinberg
2014-12-31objstr: Fix %d-formatting of floats.Paul Sokolovsky
2014-12-30py: Partially fix float to int conversion.Paul Sokolovsky
2014-12-18lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.Damien George
2014-11-29tests: Split out float test from builtin_round.py.Damien George
2014-11-21py: Add support for float/double arrays in array module.Damien George
2014-09-13py: Fix build error when float disabled; add test for divmod.Damien George
2014-09-13py: Implement divmod, % and proper // for floating point.Damien George
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
2014-06-20tests/float/: Skip tests if "math" module is not available.Paul Sokolovsky
2014-06-05py: Raise TypeError when trying to format non-int with %x,%o,%X.Damien George
2014-06-05Remove tests that fail under CPython 3.5Chris Angelico
2014-05-01Fix the builtin min() and max() functions (and add tests).Andrew Scheller
2014-04-17tests: Split out those tests requiring float and import.Damien George