[Axiom-developer] html formatter

2010-01-30 Thread Martin Baker
I have created a html formatter: html.spad.pamphlet and made it available here: http://github.com/martinbaker/multivector/ I have put more information and test results here: http://www.euclideanspace.com/maths/standards/program/output/ If you think it is useful to others you are most welcome to

Re: [Axiom-developer] Axiom January 2010 released

2010-01-30 Thread Tim Daly
There are failures in the build log but they are mostly expected failures. They are designed to test deliberately failing cases. The design of the regression test system is that you create an input file, capture the output, and append it after the command with a prefix. So 1+1 in an input

[Axiom-developer] Axiom January 2010 binaries are available

2010-01-30 Thread Tim Daly
The binaries are available at: http://axiom-developer.org/axiom-website/download.html ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [Axiom-developer] html formatter

2010-01-30 Thread Tim Daly
Very nice. I'll look into this further. Are you aware of the work in Axiom Volume 11: The Axiom Browser? It uses mathml for mathematics display. Tim Martin Baker wrote: I have created a html formatter: html.spad.pamphlet and made it available here: http://github.com/martinbaker/multivector/

Re: [Axiom-developer] Axiom January 2010 released

2010-01-30 Thread Camm Maguire
Greetings, and thanks! Tim Daly d...@axiom-developer.org writes: ... At the very end of the build Axiom scans the regress files looking for any that fail. Some can fail due to the fact that the algorithm is random. Others fail for various reasons. I check these failure cases after every

Re: [Axiom-developer] html formatter

2010-01-30 Thread Martin Baker
On Saturday 30 Jan 2010 13:41:09 Tim Daly wrote: Are you aware of the work in Axiom Volume 11: The Axiom Browser? It uses mathml for mathematics display. Tim, I did come across it although I did not fully take it in at the time, so much to learn when first looking at the Axiom documentation.

Re: [Axiom-developer] Axiom January 2010 released

2010-01-30 Thread Tim Daly
Some of the algorithms are purely random so the result has nothing to do with GCL. Actually, there is behavior in floating point that differs from platform to platform. Run grep machineFraction src/input/* The floating point behavior differs from platform to platform. I wrote 'machineFraction'

Re: [Axiom-developer] html formatter

2010-01-30 Thread Tim Daly
Martin Baker wrote: On Saturday 30 Jan 2010 13:41:09 Tim Daly wrote: Are you aware of the work in Axiom Volume 11: The Axiom Browser? It uses mathml for mathematics display. Tim, I did come across it although I did not fully take it in at the time, so much to learn when first