mathbot
mathbot copied to clipboard
Discord bot for mathematics
The phrase "integrate e^{x+2} from 1 to 6" works fine on wolframalpha.com, but not with the bot https://www.wolframalpha.com/input/?i=integrate+e%5E%7Bx%2B2%7D+from+1+to+6 ``` =wolf integrate e^{x+2} from 1 to 6 MathBot BOT Today at...
As suggested in #78. Closes #78
``` ==display(1) Runtime error in _system_library On line 189 at position 20 display(x.) = \join(expand(map(i -> ; :str(i), x))) ^ Improper number of arguments for function Function join @140628762953936-0 ```...
The url is broken https://dxsmiley.github.io/mathbot/docs.html
well, it'd be nice if it supported graphs too, as in networks where you could specify the graph and it'd draw it for you. You could use the graphviz package...
Sometimes, queries are too long to be sent on the Discord chat. To compensate, could MathBot maybe add a feature where we could append multiple messages together to form a...
Reading a list like > [6, 12, 18, 30, 48, 78, 126, 204, 330, 534, 864, 1‚398, 2‚262, 3‚660, 5‚922, 9‚582, 15‚504, 25‚086, 40‚590, 65‚676, 106‚266, 171‚942, 278‚208, 450‚150, 728‚358,...
There is already support for complex numbers. For calculations involving rotations in 3D quaternions might be a good addition to the calculator.
To do this, replace `x°` with `rad(x)`.