AminetAminet
Search:
84451 packages online
About
Recent
Browse
Search
Upload
Setup
Services

misc/math/mathomatic-mos.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Computer Algebra System Mathomatic
Author:George Gesslein II
Uploader:polluks+aminet sdf lonestar org (Stefan Haubenthal)
Type:misc/math
Version:16.0.5
Architecture:ppc-morphos
URL:https://github.com/mfillpot/mathomatic
Date:2016-12-24
Download:http://aminet.net/misc/math/mathomatic-mos.lha - View contents
Readme:http://aminet.net/misc/math/mathomatic-mos.readme
Downloads:861

                                Mathomatic
				    by
			    George Gesslein II

This archive contains the C source code for Mathomatic, the automatic algebraic
manipulator.  It should compile and run correctly under Unix, GNU/Linux, and
Mac OS-X, without any modifications.

Mathomatic is a portable, general purpose CAS (Computer Algebra System) that
can solve, simplify, and combine algebraic equations.  It does some calculus
and is very easy to use.

To compile, just type "make" at a shell prompt.  This will compile the C source
code to create the executable file named "mathomatic".  To run Mathomatic, type
"./mathomatic" at the shell prompt.

To test most functionality, type "make test".  To install, type "su root", then
"make install".

To add "readline" editing and history of all Mathomatic input, type "make
clean" then "make READLINE=1".

A typical installation is done by typing the following at the shell prompt:

	make READLINE=1
	make test
	sudo make install

This will install the executable, man page, and documentation in the proper
directories in "/usr/local".

To uninstall from the system, type:

	sudo make uninstall

To compile the secure version, with no file I/O or shelling out, type:

	./compile.secure

This will silently create the executable "mathomatic_secure", which can safely
be used as a telnet application or CGI program.

This software is copyrighted and made available under the GNU Lesser GPL (see
file "COPYING").

    The file "changes.txt" is the version history of Mathomatic.
    The directory "doc" contains the HTML Mathomatic documentation.
    The directory "tests" contains test scripts and other interesting scripts.
    The directory "primes" contains the Mathomatic Prime Number Tools.
    The directory "lib" contains the hook and test for the Mathomatic library.
    The file "mathomatic.ico" is the Mathomatic Windows icon.

For quick help while running Mathomatic, use the "help" command.  To read the
documentation, point your web browser to the "doc" directory.

For the latest source code and information, go to the Mathomatic website:
"http://www.mathomatic.com".

Author e-mail: gesslein at panix.com

Author postal address:

        George Gesslein II
	875 Cobb Street
	Groton, New York 13073
        USA

Please email me any equations that don't work perfectly with Mathomatic.

Thanks go to John Blommers at "http://www.blommers.org" and Gordon McKinney at
"http://gmckinney.info" for their support, testing, and good ideas.  And to
Marijke van Gans for her fine programming examples.  And to Jochen Plumeyer at
"http://plumeyer.org" for hosting "mathomatic.com".


             Compile-Time Defines for the Mathomatic Source Code
             ---------------------------------------------------

To compile Mathomatic for UNIX, GNU/Linux, Mac OS-X, or any POSIX compliant OS,
define "UNIX".  To compile Mathomatic for a generic system, simply compile with
no defines.  To compile for Microsoft Win32 using Cygwin, define "CYGWIN".

Define "READLINE" and include the readline libraries at link time to use
readline mode.  This will allow easy command line editing and history.

Define "BASICS" to remove some commands that aren't required for basic
functionality.  This is useful for creating a stripped down version and for
using Mathomatic as a symbolic math library.  Code size is reduced with this
option.

Define "SILENT" to remove all helpful messages and debugging code.  This is
useful when using Mathomatic as a symbolic math library.  Code size is reduced
with this option.

Define "LIBRARY" when using as a symbolic math library.  "BASICS" and "SILENT"
are automatically defined when this is defined.  Most standard input and output
is disabled and the code will function as a library.

Define "SECURE" to disable file reading and writing and shell escape.  This is
useful when making Mathomatic available to the public through telnet or CGI
programs.  It is also useful when making ROMable code.  Code size is reduced
with this option.

Define "TIMEOUT_SECONDS" to set the maximum number of seconds Mathomatic may
run.  Upon timeout, Mathomatic properly exits.  This is useful when making
Mathomatic a CGI program, so it won't overload the server.

Define "NO_COLOR" to remove the code that outputs ANSI escape sequences.  This
makes it safe on unknown terminals.

Define "I18N" to enable internationalization.

Testing ./mathomatic (Mathomatic version 16.0.5)
cd tests && time -p ../mathomatic -t all 0<&- >test.out && diff -ui
--strip-trailing-cr all.out test.out && rm test.out && cd ..
All tests passed 100% correctly.


Contents of misc/math/mathomatic-mos.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]                 4524    4648  97.3% -lh5- 100c Jun 20  2016 mathomatic-master.info
[generic]                  275    1508  18.2% -lh5- c58d Sep 21 15:43 mathomatic-master/.README.txt.un~
[generic]                  558    1351  41.3% -lh5- f64b Sep 21 15:43 mathomatic-master/altproto.h
[generic]                10816   35642  30.3% -lh5- 7bdb Sep 21 15:43 mathomatic-master/am.c
[generic]                 3703    9136  40.5% -lh5- 9d4f Sep 21 15:43 mathomatic-master/am.h
[generic]                  729    1406  51.8% -lh5- e3ce Sep 21 15:43 mathomatic-master/AUTHORS
[generic]                  894    1666  53.7% -lh5- 7294 Sep 21 15:43 mathomatic-master/blt.h
[generic]                 8023   21569  37.2% -lh5- 1446 Sep 21 15:43 mathomatic-master/changes.txt
[generic]                29169   83878  34.8% -lh5- 1162 Sep 21 15:43 mathomatic-master/changes_series_15.txt
[generic]                  798    1937  41.2% -lh5- 7b21 Sep 21 15:43 mathomatic-master/CMakeLists.txt
[generic]                29767  113975  26.1% -lh5- 4456 Sep 21 15:43 mathomatic-master/cmds.c
[generic]                  801    1709  46.9% -lh5- e0cd Sep 21 15:43 mathomatic-master/compile.mingw
[generic]                  464     747  62.1% -lh5- 53f8 Sep 21 15:43 mathomatic-master/compile.secure
[generic]                 3808   11551  33.0% -lh5- 1751 Sep 21 15:43 mathomatic-master/complex.c
[generic]                  747    1533  48.7% -lh5- d1c2 Sep 21 15:43 mathomatic-master/complex.h
[generic]                 1351    3441  39.3% -lh5- afc1 Sep 21 15:43 mathomatic-master/complex_lib.c
[generic]                 9646   26530  36.4% -lh5- 7b42 Sep 21 15:43 mathomatic-master/COPYING
[generic]                 6161   23912  25.8% -lh5- 5b6d Sep 21 15:43 mathomatic-master/diff.c
[generic]                31378   96459  32.5% -lh5- 64e3 Sep 21 15:43 mathomatic-master/doc/am.html
[generic]                  532    1062  50.1% -lh5- e114 Sep 21 15:43 mathomatic-master/doc/doc.css
[generic]                  116     318  36.5% -lh5- 4a6d Sep 21 15:43 mathomatic-master/doc/favicon.ico
[generic]                 8741   24927  35.1% -lh5- 3634 Sep 21 15:43 mathomatic-master/doc/fdl-1.3-standalone.html
[generic]                 1748    1748 100.0% -lh0- 16bf Sep 21 15:43 mathomatic-master/doc/gnu-fdl.png
[generic]                  893     893 100.0% -lh0- 8514 Sep 21 15:43 mathomatic-master/doc/greenfade.png
[generic]                 1428    3648  39.1% -lh5- e2f8 Sep 21 15:43 mathomatic-master/doc/index.html
[generic]                 1174    1174 100.0% -lh0- 86c7 Sep 21 15:43 mathomatic-master/doc/led_circle_green.png
[generic]                10841   29424  36.8% -lh5- fcd7 Sep 21 15:43 mathomatic-master/doc/manual.html
[generic]                  877    2131  41.2% -lh5- fd14 Sep 21 15:43 mathomatic-master/doc/matho-mult.1.html
[generic]                 1017    2454  41.4% -lh5- dd98 Sep 21 15:43 mathomatic-master/doc/matho-pascal.1.html
[generic]                 2092    5237  39.9% -lh5- 4721 Sep 21 15:43 mathomatic-master/doc/matho-primes.1.html
[generic]                  872    2115  41.2% -lh5- 7db4 Sep 21 15:43 mathomatic-master/doc/matho-sum.1.html
[generic]                 1108    2646  41.9% -lh5- 97b6 Sep 21 15:43 mathomatic-master/doc/matho-sumsq.1.html
[generic]                 4009   10550  38.0% -lh5- 3ee9 Sep 21 15:43 mathomatic-master/doc/mathomatic.1.html
[generic]                  189     189 100.0% -lh0- c1fc Sep 21 15:43 mathomatic-master/doc/mathomatic16x16.png
[generic]                 2902    2902 100.0% -lh0- 5b1c Sep 21 15:43 mathomatic-master/doc/open_book_nae_02.png
[generic]                  877    2254  38.9% -lh5- f9f1 Sep 21 15:43 mathomatic-master/doc/primorial.1.html
[generic]                 2097    8628  24.3% -lh5- ec8f Sep 21 15:43 mathomatic-master/doc/quickrefcard.html
[generic]                  397     775  51.2% -lh5- 61d3 Sep 21 15:43 mathomatic-master/doc/README.txt
[generic]                 2398    6317  38.0% -lh5- c115 Sep 21 15:43 mathomatic-master/doc/rmath.1.html
[generic]                  275     469  58.6% -lh5- 249c Sep 21 15:43 mathomatic-master/examples/compile.limits
[generic]                  280     426  65.7% -lh5- 03ae Sep 21 15:43 mathomatic-master/examples/compile.roots
[generic]                  464     836  55.5% -lh5- 49c7 Sep 21 15:43 mathomatic-master/examples/fact.c
[generic]                  350     621  56.4% -lh5- cc67 Sep 21 15:43 mathomatic-master/examples/fact.py
[generic]                  369     743  49.7% -lh5- e1d2 Sep 21 15:43 mathomatic-master/examples/factorial
[generic]                  189     315  60.0% -lh5- 8e7d Sep 21 15:43 mathomatic-master/examples/intfact.c
[generic]                 1604    5280  30.4% -lh5- 6409 Sep 21 15:43 mathomatic-master/examples/limits.c
[generic]                  799    1838  43.5% -lh5- 8e7f Sep 21 15:43 mathomatic-master/examples/README.txt
[generic]                 2237    5275  42.4% -lh5- 79d2 Sep 21 15:43 mathomatic-master/examples/roots.c
[generic]                  639    1453  44.0% -lh5- 67b7 Sep 21 15:43 mathomatic-master/examples/testprimes
[generic]                 1428    3607  39.6% -lh5- 7409 Sep 21 15:43 mathomatic-master/externs.h
[generic]                 6507   30228  21.5% -lh5- 5815 Sep 21 15:43 mathomatic-master/factor.c
[generic]                 4290   13583  31.6% -lh5- 139f Sep 21 15:43 mathomatic-master/factor_int.c
[generic]                 3754   13827  27.1% -lh5- c9b4 Sep 21 15:43 mathomatic-master/gcd.c
[generic]                 3834    9563  40.1% -lh5- 7ec1 Sep 21 15:43 mathomatic-master/globals.c
[generic]                14231   45534  31.3% -lh5- 7ef4 Sep 21 15:43 mathomatic-master/help.c
[generic]                  186     331  56.2% -lh5- f7dc Sep 21 15:43 mathomatic-master/icons/icon.rc
[generic]                  173     241  71.8% -lh5- 3d3b Sep 21 15:43 mathomatic-master/icons/mathomatic.desktop
[generic]                 4948   32813  15.1% -lh5- fe41 Sep 21 15:43 mathomatic-master/icons/mathomatic.icns
[generic]                 4354   21238  20.5% -lh5- dff0 Sep 21 15:43 mathomatic-master/icons/mathomatic.ico
[generic]                 2952    2952 100.0% -lh0- 203d Sep 21 15:43 mathomatic-master/icons/mathomatic.png
[generic]                 2504    6483  38.6% -lh5- 4946 Sep 21 15:43 mathomatic-master/icons/mathomatic.svg
[generic]                  275    1319  20.8% -lh5- ff5c Sep 21 15:43 mathomatic-master/icons/mathomatic.xpm
[generic]                  232     232 100.0% -lh0- e8f8 Sep 21 15:43 mathomatic-master/icons/mathomatic32x32.png
[generic]                  267     577  46.3% -lh5- 8bf3 Sep 21 15:43 mathomatic-master/icons/README.txt
[generic]                 1808    4012  45.1% -lh5- b1ca Sep 21 15:43 mathomatic-master/includes.h
[generic]                 1541    3895  39.6% -lh5- e671 Sep 21 15:43 mathomatic-master/INSTALL.txt
[generic]                 5637   24887  22.7% -lh5- 8bfb Sep 21 15:43 mathomatic-master/integrate.c
[generic]                  410     880  46.6% -lh5- 52bd Sep 21 15:43 mathomatic-master/lib/compile.testmain
[generic]                  447     907  49.3% -lh5- e1f9 Sep 21 15:43 mathomatic-master/lib/example.c
[generic]                 2057    6811  30.2% -lh5- fd85 Sep 21 15:43 mathomatic-master/lib/lib.c
[generic]                 1239    2924  42.4% -lh5- 5d1d Sep 21 15:43 mathomatic-master/lib/makefile
[generic]                  673    1480  45.5% -lh5- 738d Sep 21 15:43 mathomatic-master/lib/mathomatic.h
[generic]                  401     673  59.6% -lh5- 5fe1 Sep 21 15:43 mathomatic-master/lib/matho_clear.3
[generic]                  385     623  61.8% -lh5- 297b Sep 21 15:43 mathomatic-master/lib/matho_init.3
[generic]                  730    1467  49.8% -lh5- 7f0e Sep 21 15:43 mathomatic-master/lib/matho_parse.3
[generic]                  836    1838  45.5% -lh5- 21bd Sep 21 15:43 mathomatic-master/lib/matho_process.3
[generic]                 2201    5194  42.4% -lh5- a70c Sep 21 15:43 mathomatic-master/lib/README.txt
[generic]                 1011    2156  46.9% -lh5- 8490 Sep 21 15:43 mathomatic-master/lib/testmain.c
[generic]                 1136    2294  49.5% -lh5- 3c92 Sep 21 15:43 mathomatic-master/license.h
[generic]                10104   37751  26.8% -lh5- c1fd Sep 21 15:43 mathomatic-master/list.c
[generic]                  339     949  35.7% -lh5- 96b0 Sep 21 15:43 mathomatic-master/m4/degrees.m4
[generic]                  136     188  72.3% -lh5- 3d75 Sep 21 15:43 mathomatic-master/m4/file_id.diz
[generic]                 1164    3049  38.2% -lh5- b740 Sep 21 15:43 mathomatic-master/m4/functions.m4
[generic]                  335     953  35.2% -lh5- 74c1 Sep 21 15:43 mathomatic-master/m4/gradians.m4
[generic]                  491     953  51.5% -lh5- 6c0d Sep 21 15:43 mathomatic-master/m4/matho
[generic]                  443     874  50.7% -lh5- c4c7 Sep 21 15:43 mathomatic-master/m4/matho-install
[generic]                  469     947  49.5% -lh5- 91f8 Sep 21 15:43 mathomatic-master/m4/matho-install-degrees
[generic]                  279     527  52.9% -lh5- bded Sep 21 15:43 mathomatic-master/m4/matho-uninstall
[generic]                 1207    2721  44.4% -lh5- 17aa Sep 21 15:43 mathomatic-master/m4/README.txt
[generic]                  324     520  62.3% -lh5- aa3a Sep 21 15:43 mathomatic-master/m4/rmath
[generic]                 6012   16772  35.8% -lh5- 55be Sep 21 15:43 mathomatic-master/main.c
[generic]                 4971   14154  35.1% -lh5- 023a Sep 21 15:43 mathomatic-master/makefile
[generic]                  732    1676  43.7% -lh5- 016b Sep 21 15:43 mathomatic-master/makehtmlcard.awk
[generic]                  246     475  51.8% -lh5- 6700 Sep 21 15:43 mathomatic-master/makehtmlcard.sh
[generic]                  416     887  46.9% -lh5- e389 Sep 21 15:43 mathomatic-master/makenews.sh
[generic]                  438     951  46.1% -lh5- 16e5 Sep 21 15:43 mathomatic-master/makepdfsheet.sh
[generic]               204407  425404  48.1% -lh5- db2c Dec 24 00:08 mathomatic-master/mathomatic
[generic]                 3160    7558  41.8% -lh5- 7077 Sep 21 15:43 mathomatic-master/mathomatic.1
[generic]                 2980    2980 100.0% -lh0- 1ae0 Dec 24 00:10 mathomatic-master/mathomatic.info
[generic]                  126     199  63.3% -lh5- 23f5 Sep 21 15:43 mathomatic-master/menu/mathomatic
[generic]                  150     224  67.0% -lh5- 0f3e Sep 21 15:43 mathomatic-master/menu/mathomatic-primes
[generic]                  204     337  60.5% -lh5- 6c30 Sep 21 15:43 mathomatic-master/menu/README.txt
[generic]                 1950    4259  45.8% -lh5- 4265 Sep 21 15:43 mathomatic-master/misc/ideas.txt
[generic]                  266     641  41.5% -lh5- 9e29 Sep 21 15:43 mathomatic-master/misc/identities.in
[generic]                  121     160  75.6% -lh5- 42e0 Sep 21 15:43 mathomatic-master/misc/john.in
[generic]                 1162    2506  46.4% -lh5- 3b04 Sep 21 15:43 mathomatic-master/misc/known_bugs.txt
[generic]                  534    1277  41.8% -lh5- 1ea7 Sep 21 15:43 mathomatic-master/misc/linear4.in
[generic]                  212     351  60.4% -lh5- 9cd0 Sep 21 15:43 mathomatic-master/misc/README.txt
[generic]                 8090   21609  37.4% -lh5- bd64 Sep 21 15:43 mathomatic-master/NEWS
[generic]                 6665   21352  31.2% -lh5- 85ad Sep 21 15:43 mathomatic-master/parse.c
[generic]                15528   62346  24.9% -lh5- 637a Sep 21 15:43 mathomatic-master/poly.c
[generic]                 1604    9842  16.3% -lh5- 0347 Sep 21 15:43 mathomatic-master/primes/bigtwins.out
[generic]                  700    1461  47.9% -lh5- 4468 Sep 21 15:43 mathomatic-master/primes/lsqrt.c
[generic]                 1381    3653  37.8% -lh5- 33ce Sep 21 15:43 mathomatic-master/primes/makefile
[generic]                  389     701  55.5% -lh5- 0946 Sep 21 15:43 mathomatic-master/primes/matho-mult
[generic]                  466     850  54.8% -lh5- 089e Sep 21 15:43 mathomatic-master/primes/matho-mult.1
[generic]                  526     960  54.8% -lh5- 9437 Sep 21 15:43 mathomatic-master/primes/matho-pascal.1
[generic]                 2082    5045  41.3% -lh5- 5c9d Sep 21 15:43 mathomatic-master/primes/matho-pascal.c
[generic]                 1588    3579  44.4% -lh5- 15f5 Sep 21 15:43 mathomatic-master/primes/matho-primes.1
[generic]                 5349   16580  32.3% -lh5- 9086 Sep 21 15:43 mathomatic-master/primes/matho-primes.c
[generic]                  308     539  57.1% -lh5- 4124 Sep 21 15:43 mathomatic-master/primes/matho-sum
[generic]                  461     833  55.3% -lh5- 6e61 Sep 21 15:43 mathomatic-master/primes/matho-sum.1
[generic]                  687    1336  51.4% -lh5- 761a Sep 21 15:43 mathomatic-master/primes/matho-sumsq.1
[generic]                 1894    4613  41.1% -lh5- 8937 Sep 21 15:43 mathomatic-master/primes/matho-sumsq.c
[generic]                  489    1036  47.2% -lh5- 632e Sep 21 15:43 mathomatic-master/primes/primorial
[generic]                  458     884  51.8% -lh5- 04cc Sep 21 15:43 mathomatic-master/primes/primorial.1
[generic]                  602    1286  46.8% -lh5- 3ab5 Sep 21 15:43 mathomatic-master/primes/README.txt
[generic]                  192     319  60.2% -lh5- 832a Sep 21 15:43 mathomatic-master/primes/t
[generic]                 2490   12660  19.7% -lh5- e047 Sep 21 15:43 mathomatic-master/primes/twins.out
[generic]                 2955   12499  23.6% -lh5- b76d Sep 21 15:43 mathomatic-master/proto.h
[generic]                 5911   15579  37.9% -lh5- eb79 Sep 21 15:43 mathomatic-master/README.txt
[generic]                 5812   15371  37.8% -lh5- 2fa2 Sep 21 15:43 mathomatic-master/README.txt~
[generic]                 1713    3875  44.2% -lh5- 471b Sep 21 15:43 mathomatic-master/rmath.1
[generic]                17484   72111  24.2% -lh5- fd59 Sep 21 15:43 mathomatic-master/simplify.c
[generic]                 9660   37439  25.8% -lh5- 1817 Sep 21 15:43 mathomatic-master/solve.c
[generic]                 1060    2004  52.9% -lh5- fccd Sep 21 15:43 mathomatic-master/standard.h
[generic]                 3807   14292  26.6% -lh5- 9707 Sep 21 15:43 mathomatic-master/super.c
[generic]                  104     132  78.8% -lh5- c752 Sep 21 15:43 mathomatic-master/t
[generic]                  536    1299  41.3% -lh5- acd8 Sep 21 15:43 mathomatic-master/tests/all.in
[generic]                23995  127189  18.9% -lh5- 1893 Sep 21 15:43 mathomatic-master/tests/all.out
[generic]                  492    1332  36.9% -lh5- 2c11 Sep 21 15:43 mathomatic-master/tests/batman_gnuplot_bug.in
[generic]                  395     794  49.7% -lh5- 1c95 Sep 21 15:43 mathomatic-master/tests/batman_plot
[generic]                  237     425  55.8% -lh5- 307d Sep 21 15:43 mathomatic-master/tests/circles.in
[generic]                  241     363  66.4% -lh5- 3c4f Sep 21 15:43 mathomatic-master/tests/collatz.in
[generic]                  513    1389  36.9% -lh5- 6d7e Sep 21 15:43 mathomatic-master/tests/cubic.in
[generic]                  491    1161  42.3% -lh5- cf47 Sep 21 15:43 mathomatic-master/tests/cubic2.in
[generic]                  267     395  67.6% -lh5- 840a Sep 21 15:43 mathomatic-master/tests/demo
[generic]                  683    1430  47.8% -lh5- 45c0 Sep 21 15:43 mathomatic-master/tests/demo.in
[generic]                  605    1326  45.6% -lh5- 5818 Sep 21 15:43 mathomatic-master/tests/demo_sub
[generic]                  321     549  58.5% -lh5- 086a Sep 21 15:43 mathomatic-master/tests/distance.in
[generic]                  288     555  51.9% -lh5- a701 Sep 21 15:43 mathomatic-master/tests/electronics.in
[generic]                  320     594  53.9% -lh5- f03b Sep 21 15:43 mathomatic-master/tests/ellipse.in
[generic]                 1067    2388  44.7% -lh5- 091b Sep 21 15:43 mathomatic-master/tests/examples.in
[generic]                  600    1156  51.9% -lh5- b2f0 Sep 21 15:43 mathomatic-master/tests/fibonacci.in
[generic]                  484     971  49.8% -lh5- d61b Sep 21 15:43 mathomatic-master/tests/finance.in
[generic]                  324     596  54.4% -lh5- 4ffe Sep 21 15:43 mathomatic-master/tests/fix1.in
[generic]                  207     373  55.5% -lh5- 222c Sep 21 15:43 mathomatic-master/tests/fix2.in
[generic]                  116     202  57.4% -lh5- 364b Sep 21 15:43 mathomatic-master/tests/fix5.in
[generic]                  199     383  52.0% -lh5- 6639 Sep 21 15:43 mathomatic-master/tests/fix7.in
[generic]                  144     287  50.2% -lh5- db51 Sep 21 15:43 mathomatic-master/tests/fix8.in
[generic]                  160     238  67.2% -lh5- c9e3 Sep 21 15:43 mathomatic-master/tests/fix9.in
[generic]                  228     433  52.7% -lh5- 1097 Sep 21 15:43 mathomatic-master/tests/fraction.in
[generic]                  148     232  63.8% -lh5- bbf6 Sep 21 15:43 mathomatic-master/tests/heart.in
[generic]                  680    1857  36.6% -lh5- 48f8 Sep 21 15:43 mathomatic-master/tests/heron.in
[generic]                  797    1853  43.0% -lh5- b640 Sep 21 15:43 mathomatic-master/tests/how_limit_works.in
[generic]                  220     505  43.6% -lh5- 9d66 Sep 21 15:43 mathomatic-master/tests/hypertrig.in
[generic]                  438    1010  43.4% -lh5- b3c0 Sep 21 15:43 mathomatic-master/tests/limits.in
[generic]                  311     713  43.6% -lh5- 0502 Sep 21 15:43 mathomatic-master/tests/linear.in
[generic]                  424     849  49.9% -lh5- 56fd Sep 21 15:43 mathomatic-master/tests/pie.in
[generic]                  345     659  52.4% -lh5- bfb7 Sep 21 15:43 mathomatic-master/tests/points.in
[generic]                  340     753  45.2% -lh5- d38e Sep 21 15:43 mathomatic-master/tests/poly.in
[generic]                  263     507  51.9% -lh5- e075 Sep 21 15:43 mathomatic-master/tests/pyth3d.in
[generic]                  616    1395  44.2% -lh5- a132 Sep 21 15:43 mathomatic-master/tests/quadratic.in
[generic]                  504    1574  32.0% -lh5- 5e42 Sep 21 15:43 mathomatic-master/tests/quartic.in
[generic]                  370     679  54.5% -lh5- a3e2 Sep 21 15:43 mathomatic-master/tests/radius.in
[generic]                 1026    2349  43.7% -lh5- 4f79 Sep 21 15:43 mathomatic-master/tests/README.txt
[generic]                  486    1014  47.9% -lh5- 781d Sep 21 15:43 mathomatic-master/tests/simplify.in
[generic]                  509     958  53.1% -lh5- d495 Sep 21 15:43 mathomatic-master/tests/t
[generic]                   82     121  67.8% -lh5- 5e36 Sep 21 15:43 mathomatic-master/tests/test.in
[generic]                  101     143  70.6% -lh5- be78 Sep 21 15:43 mathomatic-master/tests/test1.in
[generic]                  126     180  70.0% -lh5- 8961 Sep 21 15:43 mathomatic-master/tests/test2.in
[generic]                   98     120  81.7% -lh5- a428 Sep 21 15:43 mathomatic-master/tests/test3.in
[generic]                  292     675  43.3% -lh5- 68ea Sep 21 15:43 mathomatic-master/tests/test6.in
[generic]                  262     718  36.5% -lh5- bd21 Sep 21 15:43 mathomatic-master/tests/trig
[generic]                  326     752  43.4% -lh5- 9853 Sep 21 15:43 mathomatic-master/tests/trig.in
[generic]                 4109   17029  24.1% -lh5- 22b6 Sep 21 15:43 mathomatic-master/unfactor.c
[generic]                  338     687  49.2% -lh5- e6a8 Sep 21 15:43 mathomatic-master/update
[generic]                    7       7 100.0% -lh0- 0d35 Sep 21 15:43 mathomatic-master/VERSION
[generic]                  526     911  57.7% -lh5- b49c Sep 21 15:43 mathomatic-master/zipsrc
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total       189 files  656063 1870922  35.1%            Dec 24 08:20

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>