ZF-1940: Zend_Locale_Math bcsub substitution function returns wrong result
Description
Zend_Locale_Math_Sub() (Zend/Locale/Math/PhpMath.php file) tries to format output according to the specified scale, but do it with errors.
Most simple way to fix is to remove output formatting. It's not a responsibility of this method.
Comments
Posted by Alexander Veremyev (alexander) on 2007-09-13T09:21:26.000+0000
Fixed.