exponential errors

Dennis dkorpel at gmail.com
Mon May 8 10:24:53 UTC 2023


On Monday, 8 May 2023 at 05:01:44 UTC, anonymouse wrote:
> This is a macOS issue. Don't know if it's specific to Ventura 
> but I just loaded up a Debian VM and it runs as expected.

Indeed. Apparently Apple changed their floating point parsing 
function in their C runtime library, causing dmd to fail to parse 
certain floating pointing numbers in std.math. See issue 
https://issues.dlang.org/show_bug.cgi?id=23846.

It has been fixed, but you'll need to update to 2.104.0 which is 
currently in beta.


More information about the Digitalmars-d-announce mailing list