June 21, 2020 [Issue 20967] New: Decimal string parsing isn't IEEE compatible | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20967 Issue ID: 20967 Summary: Decimal string parsing isn't IEEE compatible Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority: P1 Component: phobos Assignee: nobody@puremagic.com Reporter: ilyayaroshenko@gmail.com import std.conv; void main() { assert("1.448997445238699".to!double == 0x1.72f17f1f49aadp0); } -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply