Cagri Posted July 8, 2009 Share Posted July 8, 2009 Hello, in PHP when i calculate big numbers, result is something like that : "1.9753086024691E+15" i want print all digits not with E+XX how can i fix it? Thanks. Link to comment https://forums.phpfreaks.com/topic/165225-php-calculation-question/ Share on other sites More sharing options...
corbin Posted July 8, 2009 Share Posted July 8, 2009 Your best option if your dealing with numbers that large might be the bcmath functions. http://us2.php.net/manual/en/book.bc.php Link to comment https://forums.phpfreaks.com/topic/165225-php-calculation-question/#findComment-871292 Share on other sites More sharing options...
Cagri Posted July 8, 2009 Author Share Posted July 8, 2009 i looked there but i can't find the answer. Can you help me? Link to comment https://forums.phpfreaks.com/topic/165225-php-calculation-question/#findComment-871302 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.