Date: 06/24/05 (PHP Community) Keywords: php I'm doing some calculations in php, and seem to be having a problem with either overflow, or underflow (small # gets rounded to 0). It works for some values, but for others, gives me a huge number, usually in the billions. Is it possible in php to specify the use of a higher precision datatype, or how else can I avoid this problem in php? Source: http://www.livejournal.com/community/php/312254.html
|