April 27, 2014
https://issues.dlang.org/show_bug.cgi?id=12644

--- Comment #1 from bearophile_hugs@eml.cc ---
Also:


void main() @nogc {
    import std.math: log, acos;
    auto x1 = log(2.2);
    auto x2 = acos(0.0);
}

--
May 06, 2014
https://issues.dlang.org/show_bug.cgi?id=12644

bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from bearophile_hugs@eml.cc ---
Fixed.

--