digitalmars.D.bugs - [Issue 3369] New: std.conv.to!(float/double/real) doesn't work w/ infinity.
- d-bugmail puremagic.com Oct 06 2009
- d-bugmail puremagic.com Oct 11 2009
- d-bugmail puremagic.com Jan 08 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3369 Summary: std.conv.to!(float/double/real) doesn't work w/ infinity. Product: D Version: 2.033 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: dsimcha yahoo.com --- Comment #0 from David Simcha <dsimcha yahoo.com> 2009-10-06 14:11:11 PDT --- import std.conv, std.stdio; void main() { writeln(to!float("inf")); } Results in the following runtime error: std.conv.ConvError: Can't convert value `inf' of type const(char)[] to type float If I change to "-inf" or try to convert to double or real instead of float, nothing changes. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 06 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3369 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei metalanguage.com AssignedTo|nobody puremagic.com |andrei metalanguage.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 11 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3369 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Andrei Alexandrescu <andrei metalanguage.com> 2011-01-08 23:00:55 PST --- Revision 2285 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 08 2011









d-bugmail puremagic.com 