cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
PARI/GP with C++
PARI/GP with C++
Jun 7, 2012 at 5:50pm UTC
tapobratabag
(3)
I have installed Pari/GP software.
It is capable of performing calculations such as 500! in a second.
I want to use this library in C++
for example like #include"pari.h"
Can Anyone suggest me a way of how to do so?
Jun 7, 2012 at 6:41pm UTC
soranz
(536)
Try
#include <pari/pari.h> ?
Topic archived. No new replies allowed.