diff options
author | 2014-06-18 18:42:28 +0100 | |
---|---|---|
committer | 2014-06-18 18:42:28 +0100 | |
commit | 2327d8ff58332c09d82de17b8cdd119d6cef56b4 (patch) | |
tree | 808a60d4a30c7c520216a8a273feb53adc673340 /Test/smoke | |
parent | 1c9a1f276a7e878831f2e557cbc3d24a2910e815 (diff) |
Fix bug in BigDec.FromString() which would not parse negative
numbers correctly.
For example BigDec.FromString("-1.5") would be interpreted as
-0.5 due to the incorrect way the method handles the fractional
part of the string.
Diffstat (limited to 'Test/smoke')
0 files changed, 0 insertions, 0 deletions