yacas
yacas copied to clipboard
Computer calculations made easy
===== yacas
.. image:: https://img.shields.io/badge/license-LGPL--2.1%2B-blue.svg :target: ./COPYING
.. image:: https://ci.appveyor.com/api/projects/status/r8gm1gdk61qe4rgd?svg=true :target: https://ci.appveyor.com/project/grzegorzmazur/yacas
.. image:: http://readthedocs.org/projects/yacas/badge/?version=latest :target: http://yacas.readthedocs.org/en/latest/?badge=latest
.. image:: https://api.codacy.com/project/badge/Grade/a66fdf5a0140492f9c6eee6c5ba18bd4 :target: https://www.codacy.com/manual/teoretyk/yacas?utm_source=github.com&utm_medium=referral&utm_content=grzegorzmazur/yacas&utm_campaign=Badge_Grade
.. image:: https://codecov.io/gh/grzegorzmazur/yacas/branch/master/graph/badge.svg :target: https://codecov.io/gh/grzegorzmazur/yacas
Yacas (Yet Another Computer Algebra System) is a small and highly flexible
general-purpose Computer Algebra System (CAS). The syntax uses an
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. The core engine
supports arbitrary precision arithmetic and is able to execute symbolic
manipulations on various mathematical objects by following user-defined rules.
For detailed information on yacas features and usage, see
<http://www.yacas.org>
_.
Yacas is available for a variety of platforms. See
<http://www.yacas.org/getting_started/downloads/>
_ for binary packages
and installation instructions. Read
<https://yacas.readthedocs.io/en/latest/getting_started/index.html>
_ for
instructions on how to compile yacas from sources.
Yacas is distributed under the GNU LESSER GENERAL PUBLIC LICENSE v2.1 or, at your discretion, any later version.