mini-calc

Version 3.4.2 : Default float mode in config

3.4.2 Feb 14 2025 at 09:11 UTC

This version adds the default_float_mode entry in the mini-calc.toml configuration file.

It loads the default float mode, until now the default float mode was exact. It will be the default float mode in the config but now the user will be able to configure the default float mode they want. And it will persist between sessions.

WARNING:

This version adds something to the config, and as such it resets your config to add it, if you DON'T want your config to be overwritten add

default_float_mode = 'normal|science|exact'

To your config!