Hi-

How can I control the decimal places returned by an arthimetic function?

I would like this divsion function to only return two decimal places
(rounded up).

$calcsize = $value / $oneGig;

Thanks in advance,
Max





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to