diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-17 17:08:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-17 17:08:37 +0000 |
commit | 920fbcee7c117323f8bd2081b67dae37ecba23b8 (patch) | |
tree | 0f3d70b461c0a29b7910bf767610a88ab51f9aa5 /pkgtools | |
parent | a2af5ee5e9c24c7c6e9aa1363c1a5fc144c3ada6 (diff) | |
download | pkgsrc-920fbcee7c117323f8bd2081b67dae37ecba23b8.tar.gz |
Update mathomatic to 11.0b.
Changes since 10.9b:
- Removed more MS-DOS specific code; functionality improved.
- Implemented what I call "fraction slack". This perfects float to
fraction conversion, and now Mathomatic doesn't rely on perfect
floating point routines. "-O" option added to CFLAGS in file
"makefile" (we can do this now).
- Changed modf() to fmod() where possible.
- Accuracy increased one more digit by reducing the "epsilon" variable.
- Cleaned up "makefile".
- Took a step towards internationalization with gettext(3) by
calling _() for all English strings. Everything ported except for
the "help" command.
- Commented out some unfactoring code that wasn't helpful and took out
the "pause" command from "all.in" for easier testing.
- Rearranged "simplify" command to simplify better.
- Removed some more unfactoring code and made simplification much
better. Go figure. Perfection has been achieved.
- Added "unfactor fully" option.
- Added "make test" to fully test Mathomatic after compilation.
- Removed masking of 8th bit in all Mathomatic input.
- Updated primes program with a nice user interface.
Diffstat (limited to 'pkgtools')
0 files changed, 0 insertions, 0 deletions