yacas/README.md

8 lines
388 B
Markdown
Raw Normal View History

2024-01-05 19:59:12 +01:00
# yacas
Yacas (Yet Another Computer Algebra System) is a small and highly flexible computer algebra language. The syntax uses a infix-operator
grammar parser. The distribution contains a small library of mathematical functions, but its real strength is in the language in
which you can easily write your own symbolic manipulation algorithms.
It supports arbitrary precision arithmetic.