Top

PHP Code Snippets Tagged with calculator

  (2)  
Sort by 
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")..
Tags: add  calc  calculator  divide  math  multiply  php  subtract 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: PHP    Posted by sunslayer on Nov 21, 2009
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..
Tags: bot  calc  calculator  php 
+ 1 likes
4 comment(s)    Score: 6.0    Platform: PHP    Posted by bone282 on Mar 04, 2009
Bottom