d160569e57
PARI-GP is a package which is aimed at efficient computations in number theory, but also contains a large number of other useful functions. It is somewhat related to a Computer Algebra System, but is not really one since it treats symbolic expressions as mathematical entities such as matrices, polynomials, series, etc..., and not as expressions per se. However it is often much faster than other CAS, and contains a large number of specific functions not found elsewhere, essentially for use in number theory. This package can be used in an interactive shell (GP) or as a C/C++ library (PARI). It is free software, in the sense of freedom AND 'free of charge'. This is the old 2.3 version of pari.
13 lines
449 B
C
13 lines
449 B
C
$NetBSD: patch-src_headers_paridecl.h,v 1.1 2016/03/03 13:23:22 wiz Exp $
|
|
|
|
--- src/headers/paridecl.h.orig 2015-01-22 19:57:35.000000000 +0000
|
|
+++ src/headers/paridecl.h
|
|
@@ -264,7 +264,7 @@ GEN readseq(char *t);
|
|
long manage_var(long n, entree *ep);
|
|
void name_var(long n, char *s);
|
|
GEN strtoGENstr(const char *s);
|
|
-GEN strtoi(char *s);
|
|
+GEN pari_strtoi(char *s);
|
|
GEN strtor(char *s, long prec);
|
|
GEN type0(GEN x);
|
|
|