diff --git a/books/bookvol10.3.pamphlet b/books/bookvol10.3.pamphlet index 8c81577..3d7682a 100644 --- a/books/bookvol10.3.pamphlet +++ b/books/bookvol10.3.pamphlet @@ -23420,7 +23420,7 @@ d01gbfAnnaType(): NumericalIntegrationCategory == Result add c:Float := nthRoot((maxcls::Float)/4.0,dim)$Float lenwrk:INT := 3*dim*(d:INT := wholePart(c))+10*dim wrkstr:Matrix DF := matrix([[0$DF for i in 1..lenwrk]])$(Matrix DF) - ArgsFn := map(convert(#1)$DF,args.fn)$EF2(DF,Float) + ArgsFn := map(x+->convert(x)$DF,args.fn)$EF2(DF,Float) f : Union(fn:FileName,fp:Asp4(FUNCTN)) := [retract(ArgsFn)$Asp4(FUNCTN)] out:Result := _ d01gbf(dim,low,high,maxcls,args.relerr,lenwrk,mincls,wrkstr,-1,f) diff --git a/changelog b/changelog index 42a6fe8..95d5933 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,7 @@ +20090510 tpd src/axiom-website/patches.html 20090510.24.tpd.patch +20090510 tpd books/bookvol10.3 D01GBFA +-> conversion 20090510 tpd src/axiom-website/patches.html 20090510.23.tpd.patch -20090510 tpd books/bookvol10.2 PSCAT +-> changelog +20090510 tpd books/bookvol10.2 PSCAT +-> conversion 20090510 tpd src/axiom-website/patches.html 20090510.22.tpd.patch 20090510 tpd books/bookvol10.3 D01FCFA +-> conversion 20090510 tpd src/axiom-website/patches.html 20090510.21.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 0698af7..3be431e 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -1206,5 +1206,7 @@ bookvol10.2 FAMR +-> conversion
bookvol10.3 D01FCFA +-> conversion
20090510.23.tpd.patch bookvol10.2 PSCAT +-> conversion
+20090510.24.tpd.patch +bookvol10.3 D01GBFA +-> conversion