lubgr / tsym

Tiny symbolic library
GNU General Public License v3.0
6 stars 2 forks source link

make printing options available to the client #7

Closed lubgr closed 6 years ago

lubgr commented 7 years ago

Enable/diableUtf8 and -Fractions from the Printer class must be accessible even if the class itself is not in the public API.

lubgr commented 7 years ago

Same situation for the maxPrimeResolution of NumPowerSimpl.

lubgr commented 6 years ago

It can be assumed that every terminal using the stream operators of Var will be able to display unicode characters - this option may hence be kept hidden from client code for the moment. Similiar reasoning for the limit of computing prime factorization, as the default value is a conservative choice, no need to allow for a configuration.