- 20 Mar, 2014 3 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 19 Mar, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 17 Mar, 2014 2 commits
- 16 Mar, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 15 Mar, 2014 3 commits
-
-
Damien George authored
-
Damien George authored
-
Dave Hylands authored
-
- 13 Mar, 2014 3 commits
-
-
Damien George authored
-
xbe authored
See pull request #343.
-
xbe authored
Also modify mp_get_index to accept: 1. Indices that are or evaluate to a boolean. 2. Slice indices. Add tests for these two cases.
-
- 12 Mar, 2014 5 commits
-
-
Damien George authored
-
Damien George authored
-
mux authored
-
Damien George authored
If operation will overflow, a multi-precision integer is created.
-
Damien George authored
A couple of bugs in mpn_shl, and overflow bug in mpz_set_from_int.
-
- 10 Mar, 2014 3 commits
-
-
Damien George authored
MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL is set to a non-zero value.
-
Dave Hylands authored
-
Dave Hylands authored
-
- 09 Mar, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 08 Mar, 2014 3 commits
-
-
Damien George authored
mp_module_obj_t can now be put in ROM. Configuration of float type is now similar to longint: can now choose none, float or double as the implementation. math module has basic math functions. For STM port, these are not yet implemented (they are just stub functions).
-
Damien George authored
-
Damien George authored
-
- 07 Mar, 2014 1 commit
-
-
Damien George authored
-
- 06 Mar, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 05 Mar, 2014 1 commit
-
-
mux authored
* Issue #322
-
- 03 Mar, 2014 6 commits
-
-
Damien George authored
Addresses issue #327.
-
Damien George authored
Checks for non-default args following default args, and errors out. Addresses issue #328.
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
I.e. as replacement of MP_OBJ_IS_TYPE(), which takes into account subclassing.
-
Paul Sokolovsky authored
-
- 01 Mar, 2014 3 commits
-
-
Damien George authored
Implement not, shl and shr in mpz library. Add function to create mpzs on the stack, used for memory efficiency when rhs is a small int. Factor out code to parse base-prefix of number into a dedicated function.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-