|
|
Subscribe / Log in / New account

and Pari/GP

and Pari/GP

Posted Jul 23, 2012 9:03 UTC (Mon) by rwst (guest, #84121)
In reply to: GNU MPC 1.0 "Fagus silvatica" released by josh
Parent article: GNU MPC 1.0 "Fagus silvatica" released

What about libpari? Pari/GP uses GMP for arbitrary integers and floating point arithmetic. And it has its own calculator, gp, for a shell-like environment. It is heavily tested and surely suited for such a task.


to post comments

and Pari/GP

Posted Jul 23, 2012 18:42 UTC (Mon) by wahern (subscriber, #37304) [Link]

Don't forget that both MPC and MPFR are required to build GCC these days, for constant expression evaluation and for loop optimization (http://gcc.gnu.org/wiki/Graphite-4.8). So, MPC and MPFR are used individually and as dependencies for other modules.

Maybe part of the reason not to use Pari/GP is because it's not organized in a fashion that makes it suitable for all of these different uses.

Also, maybe there's no reason at all. Perhaps it just ended up that one developer used MPC for something, which got used by somebody else, etc. IOW, path dependency.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds