An inline Telegram bot to evaluate expressions (e.g. "a = 1; a + 2" to yield 3)
Stars
1
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
45
commits
Update README.md
5171feb
09dd95e
49b06c1
add instructions to use
4c2dc28
Create LICENSE
bea68b9
Add unary minus
fe88358
Add Heroku plumbing
fb88d06
Add support for variables
a11d135
Hack a way to store the result in a thread safe manner
0d07f94
Add exp operation
5ff149f
Add pow operation
50a77f0
Add ln operation
500d349
Add log2 operation
fe5b206
Add log10 operation
14c1952
Add log operation
a945b5f