2006-01-22 00:25:02 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update mathomatic to 12.5.5.
Changes:
- Added "doc/manpage.html", which is the man page for Mathomatic
generated with "groff -Thtml -man".
- Made sure all HTML files have the extension ".html".
- Made sure we can allocate at least 1 equation space on startup.
- Made entering things like "#1 a" succeed at entering a single variable
expression.
- Fix-ups to the symbolic math library.
- Increased power of limit command.
- A limit expression with infinity in it is assumed to be infinity.
|
2006-01-14 19:55:32 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.5.4.
Changes:
- Removed parsing of "infinity" and fixed parsing of "inf".
- Removed matho-around. Use GNU "seq | factor" instead.
- Allow "#+"number and "#-"number at main prompt, to select \
relative
equation numbers.
- Removed all primes (') support from variable names.
- Added version command.
- Added "-v" option.
- Split off super.c into super.c and poly.c.
- All polynomial routines are now in poly.c.
- Improved roots command and put it in tests.
- Fixed bug simplifying "a = (e# + (e#*i#))^(pi + (pi*i#))".
|
2006-01-08 13:58:55 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.5.3.
Changes:
- Ported matho-primes, matho-twin, and matho-pascal to long doubles.
"make test" added in "primes" directory.
- Alphabetic case sensitive mode set by default.
- Added "list maxima" option. "list export" is now for \
other programs.
- Code cleanup.
|
2005-11-23 06:26:10 by Min Sik Kim | Files touched by this commit (2) | |
Log message:
Update mathomatic to 12.5.2.
Changes:
- Fixed sum and product command docs and code.
- Added [hyper]trig functions.
- Documentation updates.
|
2005-11-11 17:30:53 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.5.1.
Changes:
- Corrected color and html mode routines.
- get_expr() now has equation space pull.
- You may now enter a "#" followed by an equation space number when
prompted for an expression.
- Ported nintegrate command to non-equations. No more commands to port.
- Made redirected output ignore screen_columns.
- Added "-q" option (quiet mode, don't display prompts).
= The Mathomatic man page was improved.
|
2005-10-29 03:45:35 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update mathomatic to 12.5.0.
Changes:
- Made library work with constant strings passed as input to matho_process().
- Added "set bold_colors" option. Use this if equations are difficult \
to read.
- Removed "doc/ctips.html".
- Cleaned up and improved makefiles.
- Fixed bug in "compile.secure".
|
2005-10-11 03:10:31 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.4.12.
Changes:
- Perfected process() (the input processor).
- Code cleanup.
- Display polar coordinates in roots command.
- Parse "**" as "^".
- The docs were clarified.
- Increased sizes of many input buffers.
|
2005-09-27 00:07:44 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update mathomatic to 12.4.11.
Changes:
- The C complex number library was finished and perfected (complex_lib.c).
- Yet another code cleanup.
- Added "UNIX" compile-time define to the Prime Number Tools.
- Some improvements to the Mathomatic documentation.
|
2005-09-10 20:16:04 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Take maintainership.
|
2005-09-10 20:15:03 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Do not link against the curses library, which is not used by this
package.
|