A math expression evaluator Module for Kurea.
To install from npm, run this command in the directory where you installed Kurea:
npm install kurea-contrib-math
To install from Kurea at runtime, give Kurea this command:
!package install kellyirc/kurea-contrib-math
!math expression
expression
: an expression for Math.js to evaluate
For a complete list of what this module can evaluate, read the Math.js docs.