Limnoria/plugins/Math
nyuszika7h 7d299dc3d1 Math: Fix round() in calc command
The second argument of `round()` has to be an integer, and since every
number is converted to a float to avoid using too much memory, a wrapper
has to be added for this function. I've tested it with big numbers and
it doesn't seem to cause any issue.
2017-03-27 16:35:33 +02:00
..
local Remove need for 2to3. 2015-08-11 16:50:23 +02:00
locales Squashed commit of the following: 2014-12-20 14:37:27 +01:00
__init__.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
config.py Fix neutral pronouns. 2014-04-11 21:56:42 +00:00
messages.pot Squashed commit of the following: 2014-12-20 14:37:27 +01:00
plugin.py Math: Fix round() in calc command 2017-03-27 16:35:33 +02:00
README.md Math/README.md: fix a silly typo 2014-11-25 17:42:36 -08:00
test.py Math.calc: allow factorial for smallish numbers 2015-08-29 01:27:50 +00:00

This plugin provides a calculator, converter, a list of units and other useful math functions.