You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The std.math functions 'log', 'log10', 'log1p', 'log2' and 'logb' only have versions that accept a real argument and return a real value. Many other std.math functions, e.g., 'sin', 'cos', etc., also have versions that accept and return double as well as float. It would be preferable if the former group were consistent with the rest.
The text was updated successfully, but these errors were encountered:
john.michael.hall commented on 2023-02-27T23:10:23Z
Not entirely, it seems the additions of `log1p` overloads for float and double have messed with the accuracy of those functions (beyond what is to be expected as a result of not doing intermediate calculations with reals). See: https://issues.dlang.org/show_bug.cgi?id=23750
ldti reported this on 2018-10-31T04:00:59Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=19346
CC List
Description
The text was updated successfully, but these errors were encountered: