Possible Duplicate:
How do I work with high precision decimals in PHP
For a mandelbrot fractal I need more floating-point precision then just 53-bit in php. Is this possible? I've read this post about php floating-point but it's hard to understand: http://www.mysqlperformanceblog.com/2008/01/10/php-vs-bigint-vs-float-conversion-caveat/