P
Analyzed about 12 hours ago
Pynac is a Sage support library, derived from the C++ library GiNaC, which allows manipulation of symbolic expressions. It currently provides the backend for symbolic expressions in Sage.
The main difference between Pynac and GiNaC is that Pynac relies on Flint and GMP for exact numerics, while
... [More]
GiNaC depends on CLN for this purpose. Pynac expressions may contain Python objects which is not possible with GiNaC. Contrary to GiNaC Pynac can not be used standalone. [Less]