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
..
2015-08-11 16:50:23 +02:00
2014-12-20 14:37:27 +01:00
2015-08-11 16:50:23 +02:00
2014-04-11 21:56:42 +00:00
2014-12-20 14:37:27 +01:00
2017-03-27 16:35:33 +02:00
2014-11-25 17:42:36 -08:00

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