PHP Code Snippets Tagged with calc
(2)
besides the basic calc functions (+-*/) this can also do abbreviations for numbers ex:
calc("1m+3k-2") will return "1002998"
calc("1.1m+1m") will return "2100000"
calc("1.5*2")..
+ 0 likes
This just uses googles own calculator..
heres what the output looks like
[12:49][RandomUser] !calc 23*4/56^2/456+8999
[12:49][PHP_Bot] (((23 * 4) / (56^2)) / 456) + 8999 = 8999.00006
full instructions..
+ 1 likes


