Top

PHP Code Snippets Tagged with subtract

  (1)  
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
4 comment(s)    Score: 0.0    Platform: PHP    Posted by sunslayer on Nov 21, 2009
Bottom