axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] 20081124.05.tpd.patch (bookvol0, bookvol1 fix SmallFlo


From: daly
Subject: [Axiom-developer] 20081124.05.tpd.patch (bookvol0, bookvol1 fix SmallFloat reference)
Date: Mon, 24 Nov 2008 21:35:13 -0600

The tutorial and the Jenks book both have an incorrect reference to
SmallFloat (fixed 7148)

=======================================================================
diff --git a/books/bookvol0.pamphlet b/books/bookvol0.pamphlet
index f529554..b7f869d 100644
--- a/books/bookvol0.pamphlet
+++ b/books/bookvol0.pamphlet
@@ -8428,8 +8428,8 @@ parenthesis by a ``\$'' and then the type.
 $$ fun\ (\ arg_1, arg_2, \ldots, arg_N\ )\$type$$
 }
 
-For example, to call the ``minimum'' function from {\rm SmallFloat} on two
-integers, you could write {\bf min}(4,89){\tt SmallFloat}. Another use of
+For example, to call the ``minimum'' function from {\rm DoubleFloat} on two
+integers, you could write {\bf min}(4,89){\tt DoubleFloat}. Another use of
 package calling is to tell AXIOM to use a library function rather than a
 function you defined. We discuss this in 
 Section \ref{ugUserUse} on page~\pageref{ugUserUse}.
diff --git a/books/bookvol1.pamphlet b/books/bookvol1.pamphlet
index 0447517..8a65b54 100644
--- a/books/bookvol1.pamphlet
+++ b/books/bookvol1.pamphlet
@@ -11136,8 +11136,8 @@ parenthesis by a ``\$'' and then the type.
 $$ fun\ (\ arg_1, arg_2, \ldots, arg_N\ )\$type$$
 }
 
-For example, to call the ``minimum'' function from {\rm SmallFloat} on two
-integers, you could write {\bf min}(4,89)\${\tt SmallFloat}. Another use of
+For example, to call the ``minimum'' function from {\rm DoubleFloat} on two
+integers, you could write {\bf min}(4,89)\${\tt DoubleFloat}. Another use of
 package calling is to tell Axiom to use a library function rather than a
 function you defined. 
 
diff --git a/changelog b/changelog
index 4ccf5b4..12d8deb 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+20081124 tpd src/axiom-website/patches.html 20081124.05.tpd.patch      
+20081124 tpd books/bookvol1 remove SmallFloat reference
+20081124 tpd books/bookvol0 remove SmallFloat reference
 20081124 tpd src/axiom-website/patches.html 20081124.04.tpd.patch
 20081124 tpd books/bookvol10.3.pamphlet
 20081124 tpd books/ps/v103stack.ps added
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 787318c..ac05fe8 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -747,6 +747,8 @@ bookvol10.3 add domains<br/>
 move util.ht to doc (fix 7146)<br/>
 <a href="patches/20081124.04.tpd.patch">20081124.04.tpd.patch</a>
 bookvol10.3 add domains<br/>
+<a href="patches/20081124.05.tpd.patch">20081124.05.tpd.patch</a>
+bookvol0, bookvol1 fix SmallFloat reference<br/>
 
  </body>
 </html>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]