Xin LI a699e14f45 humanize_number(3) multiply the input number by 100, which could cause an
integer overflow when the input is very large (for example, 100 Pi would
become about 10 Ei which exceeded signed int64_t).

Solve this issue by splitting the division into two parts and avoid the
multiplication.

PR:		bin/146205
Reviewed by:	arundel
MFC after:	1 month
2011-03-23 22:08:01 +00:00
..
2011-02-27 01:32:10 +00:00
2010-08-03 17:40:09 +00:00
2010-08-03 17:40:09 +00:00
2010-12-04 08:44:56 +00:00
2010-06-13 01:27:29 +00:00
2010-08-03 17:40:09 +00:00
2010-01-02 09:58:07 +00:00
2010-08-03 17:40:09 +00:00
2010-01-02 09:58:07 +00:00