[Axiom-developer] 20071215.02.tpd.patch

2007-12-15 Thread daly
=== diff --git a/changelog b/changelog index 684be9c..6d3b0b6 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20071215 tpd src/hyper/Makefile fix typo in bookvol11 building stanza +20071215 tpd src/hyper/axbook.tgz fix the user/group settings 20071215 tpd src/interp

[Axiom-developer] mathml leftHandLimit=~failed~

2007-12-15 Thread Arthur Ralfs
Tim, When I execute limit(x*log(x),x=0) I get the correct rendering leftHandLimit="failed".  Are you still seeing the same thing? Arthur ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-develope

[Axiom-developer] Re: [sage-devel] Re: Sage and Special Functions??

2007-12-15 Thread William Stein
Tim, Many thanks for your thoughts about the proposal! On Dec 14, 2007 6:46 PM, TimDaly <[EMAIL PROTECTED]> wrote: > > in the first paragraph s/chunck/chunk/ > page 3 s/fucntions/functions/ > > > The DLMF copyright section states: > > The material on this site is copyrighted ((c)) by NIST and/or

[Axiom-developer] Re: Sage and Special Functions??

2007-12-15 Thread TimDaly
in the first paragraph s/chunck/chunk/ page 3 s/fucntions/functions/ The DLMF copyright section states: The material on this site is copyrighted ((c)) by NIST and/or the respective authors, and subject to the usual copyright restrictions. Does that imply DLMF can be used by open source programs

[Axiom-developer] mathml hex(10) patch

2007-12-15 Thread Arthur Ralfs
Tim, Waldek,This patch is a band-aid for the hex(10) bug.I think there are some deeper inconsistencies however.Consider the following:(17) -> radix(5/24,39)               (17)  0 . 8 4 34  Type: RadixExpansion 39(18) -> radix(5/24,40) 

[Axiom-developer] [EMAIL PROTECTED]: 20071215.02.tpd.patch]

2007-12-15 Thread root
=== diff --git a/changelog b/changelog index 684be9c..6d3b0b6 100644 - --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20071215 tpd src/hyper/Makefile fix typo in bookvol11 building stanza +20071215 tpd src/hyper/axbook.tgz fix the user

[Axiom-developer] 20071215.03.gxv.patch (7023)

2007-12-15 Thread daly
/changelog index 6d3b0b6..09919c7 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,4 @@ +20071215 gxv src/graph/viewman/makegraph.c discardGraph free corrected (7023) 20071215 tpd src/hyper/Makefile fix typo in bookvol11 building stanza 20071215 tpd src/hyper/axbook.tgz fix the user/group settings

[Axiom-developer] mathml patch

2007-12-15 Thread Arthur Ralfs
Hi Tim, Waldek,This patch covers a few typos in the documentation and the correction for"continuedFraction(3,repeating [1], repeating [3,6])".  Waldek your patchfor this one missed the last "ZAG" in the case of a finite continued fractionand replaced it with an ellipsis.  I've added a test to see i