-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Call: "modp_dtoa2(1.03, str, 2);"
2. Call: "modp_dtoa2(1.003, str, 2);"
What is the expected output?
1. "1.03"
2. "1.003"
What do you see instead?
1. "1.3"
2. "1.03"
What version of the product are you using? On what operating system?
r445
Please provide any additional information below.
Ln# 287 should be >= not >
Original issue reported on code.google.com by toby.m...@gmail.com on 23 Jul 2014 at 12:18