diff --git a/books/bookvol10.3.pamphlet b/books/bookvol10.3.pamphlet index c89a115..5437146 100644 --- a/books/bookvol10.3.pamphlet +++ b/books/bookvol10.3.pamphlet @@ -22835,7 +22835,7 @@ d01amfAnnaType(): NumericalIntegrationCategory == Result add numericalIntegration(args:NIA,hints:Result) == r:INT bound:DF - ArgsFn := map(convert(#1)$DF,args.fn)$EF2(DF,Float) + ArgsFn := map(x+->convert(x)$DF,args.fn)$EF2(DF,Float) b:Float := getButtonValue("d01amf","functionEvaluations")$AttributeButtons fEvals:INT := wholePart exp(1.1513*(1.0/(2.0*(1.0-b)))) iw:INT := 150*fEvals diff --git a/changelog b/changelog index 783c607..d56d7bc 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20090510 tpd src/axiom-website/patches.html 20090510.07.tpd.patch +20090510 tpd books/bookvol10.3 D01AMFA +-> conversion 20090510 tpd src/axiom-website/patches.html 20090510.06.tpd.patch 20090510 tpd books/bookvol10.2 ELAGG +-> conversion 20090510 tpd src/axiom-website/patches.html 20090510.05.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index bcf6bbd..0316288 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -1172,5 +1172,7 @@ bookvol10.2 MatrixCategory test, help, examples
bookvol10.3 D01ALFA +-> conversion
20090510.06.tpd.patch bookvol10.2 ELAGG +-> conversion
+20090510.07.tpd.patch +bookvol10.3 D01AMFA +-> conversion