NOTICE: This package has been removed from pkgsrc

./wip/aamath, ASCII art mathematics

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3nb1, Package name: aamath-0.3nb1, Maintainer: emil

aamath is a program that reads mathematical expressions in infix
notation and renders them as ASCII art. It may be useful to send
mathematics through text-only media, such as e-mail or newsgroups.

As a simple example, the output for an expression such as

A_OPR = x*sqrt(x^2-1)/2 - int(sqrt(t^2-1), t = 1 .. x)

will look like

x
______ /
/ 2 | ______
x \/ x - 1 | / 2
A = ----------- - | \/ t - 1 dt
OPR 2 |
|
/
1

Other than the usual operations (addition, subtraction,
multiplication, division, and exponentiation), aamath can also handle
functions, integrals, limits, sums, products, matrices and
vectors.


Master sites:

SHA1: dc68abaf2131c73ddb1a520c95d65596e30f1b0a
RMD160: 396ce7213a30a5c133dc964e2a531fe28a24b6c0
Filesize: 21.381 KB

Version history: (Expand)


CVS history: (Expand)


   2009-09-05 19:35:23 by Aleksej Saushev | Files touched by this commit (4) | Package removed
Log message:
Imported aamath into pkgsrc as math/aamath.

   2009-05-20 02:58:40 by Thomas Klausner | Files touched by this commit (75) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2009-04-29 13:05:15 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix destdir installation.

   2009-04-27 23:40:42 by Thomas Klausner | Files touched by this commit (1)
Log message:
Mark as not make-jobs-safe.

   2009-04-02 18:51:11 by Emil Sköldberg | Files touched by this commit (4) | Imported package
Log message:
Import aamath-0.3 as wip/aamath.

aamath is a program that reads mathematical expressions in infix
notation and renders them as ASCII art. It may be useful to send
mathematics through text-only media, such as e-mail or newsgroups.

As a simple example, the output for an expression such as

     	    A_OPR = x*sqrt(x^2-1)/2 - int(sqrt(t^2-1), t = 1 .. x)

will look like

                        x
            ______     /
           / 2        |    ______
       x \/ x  - 1    |   / 2
A    = ----------- -  | \/ t  - 1 dt
 OPR        2         |
                      |
                     /
                      1

Other than the usual operations (addition, subtraction,
multiplication, division, and exponentiation), aamath can also handle
functions, integrals, limits, sums, products, matrices and
vectors.