diff --git a/books/bookvol10.3.pamphlet b/books/bookvol10.3.pamphlet index df5c300..c89a115 100644 --- a/books/bookvol10.3.pamphlet +++ b/books/bookvol10.3.pamphlet @@ -22757,7 +22757,7 @@ d01alfAnnaType(): NumericalIntegrationCategory == Result add b:Float := getButtonValue("d01alf","functionEvaluations")$AttributeButtons fEvals:INT := wholePart exp(1.1513*(1.0/(2.0*(1.0-b)))) iw:INT := 75*fEvals - 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:Asp1(F)) := [retract(ArgsFn)$Asp1(F)] d01alf(getlo(args.range),gethi(args.range),n,M,_ args.abserr,args.relerr,2*n*iw,n*iw,-1,f) diff --git a/changelog b/changelog index a025508..1e43cf4 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20090510 tpd src/axiom-website/patches.html 20090510.05.tpd.patch +20090510 tpd books/bookvol10.3 D01ALFA +-> conversion 20090510 tpd src/axiom-website/patches.html 20090510.04.tpd.patch 20090510 tpd src/algebra/Makefile add MatrixCategory.input, .help 20090510 tpd books/bookvol10.2 MatrixCategory test, help, examples diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 79d8ce8..598a735 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -1168,5 +1168,7 @@ bookvol10.3 D01AKFA +-> conversion
bookvol10.4 ALGFACT +-> conversion
20090510.04.tpd.patch bookvol10.2 MatrixCategory test, help, examples
+20090510.05.tpd.patch +bookvol10.3 D01ALFA +-> conversion