Path to this page:
./
math/aamath,
ASCII art mathematics
Branch: CURRENT,
Version: 0.3nb2,
Package name: aamath-0.3nb2,
Maintainer: esgaamath 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.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 21.381 KB
Version history: (Expand)
- (2011-12-17) Updated to version: aamath-0.3nb2
- (2009-09-06) Package added to pkgsrc.se, version aamath-0.3nb1 (created)
CVS history: (Expand)
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2015-11-04 00:33:46 by Alistair G. Crooks | Files touched by this commit (262) |
Log message:
Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
Package dfftpack: missing distfile dfftpack-20001209.tar.gz
Package eispack: missing distfile eispack-20001130.tar.gz
Package fftpack: missing distfile fftpack-20001130.tar.gz
Package linpack: missing distfile linpack-20010510.tar.gz
Package minpack: missing distfile minpack-20001130.tar.gz
Package odepack: missing distfile odepack-20001130.tar.gz
Package py-networkx: missing distfile networkx-1.10.tar.gz
Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
Package quadpack: missing distfile quadpack-20001130.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|
2013-03-24 17:52:35 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Don't use VLAs of non-POD types.
|
2012-09-12 01:04:36 by Aleksej Saushev | Files touched by this commit (180) |
Log message:
"user-destdir" is default these days
|
2011-12-16 23:31:47 by Steven Drake | Files touched by this commit (3) |
Log message:
Respect CFLAGS and LDFLAGS form pkgsrc.
Bump PKGREVISION
|
2011-11-25 23:04:43 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix C++
|