Project:
View Revisions: Issue #30014 | [ Back to Issue ] | ||
Summary | 0030014: The function OB.Utilities.Number.OBMaskedToOBPlain is not working properly with negative big numbers | ||
Revision | 2015-05-26 16:28 by NaroaIriarte | ||
Description | If the function OBMaskedToOBPlain is executed with a big negative number in scientific notation, or a positive number with a "+" sign at the beginning of the number, the retrieved decimal value is not correct. For example: -1.0564E7 returns -10564000, which is correct, but -1.0564E8 returns -10564000 too, and that is not correct. |
||
Revision | 2015-05-26 15:17 by NaroaIriarte | ||
Description | If the function OBMaskedToOBPlain is executed with a big negative number in scientific notation, the retrieved decimal value is not correct. It is working bad from the scientific values bigger than 10^7. For example: -1.0564E7 returns -10564000, which is correct, but -1.0564E8 returns -10564000 too, and that is not correct. |
Copyright © 2000 - 2009 MantisBT Group |