Age | Commit message (Collapse) | Author | Files | Lines |
|
For further information please visit:
https://www.mpfr.org/
http://www.multiprecision.org/mpc
|
|
cppcheck --enable=unusedFunction .
[src/mp-binary.c:165]: (style) The function 'mp_mask' is never used.
|
|
|
|
|
|
|
|
|
|
This patch also changes the shift operation itself to use MPNumber for the
multiplier too. Previously a signed int was used, which led to "interesting" results
for bigger numbers. This was hidden because the GUI did not allow shifts with
more than 15 places.
Signed-off-by: Stefan Tauner <[email protected]>
|
|
|