Jeroen Demeyer on Mon, 19 Jan 2015 17:02:45 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
[PATCH] Fix prototypes of ellpadicL and ellpadicheightmatrix |
Dear PARI developers,The functions ellpadicL and ellpadicheightmatrix have a "p" in their prototype in src/functions, but they don't actually take a precision argument. Attached patch fixes this and passes make test-all.
Cheers, Jeroen.
commit aeb8f780055d77c7a1219129d0c1e38532452e60 Author: Jeroen Demeyer <jdemeyer@cage.ugent.be> Date: Mon Jan 19 16:43:20 2015 +0100 Fix prototypes diff --git a/src/functions/elliptic_curves/ellpadicL b/src/functions/elliptic_curves/ellpadicL index 437e3f5..6a9d2a7 100644 --- a/src/functions/elliptic_curves/ellpadicL +++ b/src/functions/elliptic_curves/ellpadicL @@ -1,7 +1,7 @@ Function: ellpadicL Section: elliptic_curves C-Name: ellpadicL -Prototype: GGLD0,L,DGDGp +Prototype: GGLD0,L,DGDG Help: ellpadicL(E, p, n, {r = 0}, {D}, {char}): returns the value on a character of the derivative of order r of the L-function of the elliptic curve E (twisted by D > 0, if present). For the moment, only diff --git a/src/functions/elliptic_curves/ellpadicheightmatrix b/src/functions/elliptic_curves/ellpadicheightmatrix index c9add3c..97cba86 100644 --- a/src/functions/elliptic_curves/ellpadicheightmatrix +++ b/src/functions/elliptic_curves/ellpadicheightmatrix @@ -1,7 +1,7 @@ Function: ellpadicheightmatrix Section: elliptic_curves C-Name: ellpadicheightmatrix -Prototype: GGLGp +Prototype: GGLG Help: ellpadicheightmatrix(E,p,n,v): gives the height-pairing matrix for vector of points v on elliptic curve E. Doc: $v$ being a vector of points, this function outputs the Gram matrix of