commit | 0774e9b9f57197380c796d36353344cb95ed07bf | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Thu Apr 05 15:21:58 2012 +0200 |
committer | Stefan Krah <skrah@bytereef.org> | Thu Apr 05 15:21:58 2012 +0200 |
tree | 89d37955fb4526cf0f2a561b369788971746e93f | |
parent | e7eee01f3697835d168f82357a6a97d7ca40d99a [diff] |
Raise InvalidOperation if exponents of zeros are clamped during exact conversion in the Decimal constructor. Exact here refers to the representation and not to the value (clamping does not change the value).