https://issues.dlang.org/show_bug.cgi?id=19346
Issue ID: 19346
Summary: std.math log* functions only have real versions
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
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.
--