Commits
User selector
Commit History
Commits on Jul 25, 2017
py: Implement raising a big-int to a negative power.
Show description for 04552ffcommitted
Commits on Jul 3, 2017
Commits on Jun 13, 2017
py/formatfloat: Fix number of digits and exponent sign when rounding.
Show description for 6ed4581committed
Commits on Jun 8, 2017
- committed
tests/float: Convert "sys.exit()" to "raise SystemExit".
Show description for fde5435committed
Commits on Apr 4, 2017
Commits on Apr 2, 2017
Commits on Mar 24, 2017
Commits on Mar 23, 2017
tests/float: Add tests for math funcs that return ints.
Show description for bacb52acommitted
Commits on Mar 8, 2017
Commits on Mar 6, 2017
- committed
tests/float2int*: Suffix with _intbig, don't run on any other int type.
Show description for 4b03941committedfloat/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.
Show description for 121fb88committed- committed
Commits on Feb 2, 2017
Commits on Jan 19, 2017
Commits on Jan 5, 2017
- authored andcommitted
Commits on Dec 21, 2016
- authored andcommitted
Commits on Dec 20, 2016
Commits on Sep 27, 2016
Commits on Mar 29, 2016
py/formatfloat: Fix further cases of buffer overflow in formatting.
Show description for e1e7657committed
Commits on Mar 15, 2016
Commits on Mar 6, 2016
Commits on Feb 13, 2016
Commits on Jan 8, 2016
Commits on Dec 12, 2015
py/modmath: Add domain error checking to sqrt, log, log2, log10.
Show description for 17298afauthored andcommitted
Commits on Nov 22, 2015
Commits on Oct 1, 2015
Commits on Sep 11, 2015
stmhal: fix single precision float printing error
Show description for 9d6128aauthored andcommitted
Commits on Sep 7, 2015
py/lexer: Properly classify floats that look like hex numbers.
Show description for 2b00047committed