Thread overview
[Issue 19346] std.math log* functions only have real versions
Dec 17, 2022
Iain Buclaw
Feb 06, 2023
John Hall
Feb 27, 2023
John Hall
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19346

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
February 06, 2023
https://issues.dlang.org/show_bug.cgi?id=19346

John Hall <john.michael.hall@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.michael.hall@gmail.com

--- Comment #1 from John Hall <john.michael.hall@gmail.com> ---
I believe this can be closed with version 2.102.0.

--
February 27, 2023
https://issues.dlang.org/show_bug.cgi?id=19346

--- Comment #2 from John Hall <john.michael.hall@gmail.com> ---
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

--
December 01
https://issues.dlang.org/show_bug.cgi?id=19346

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10356

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--