std.math conflicts with std.mathspecial

F i L witte2008 at gmail.com
Tue Jan 17 17:14:41 PST 2012


Also, you can do:

    import std.math;
    import special = std.mathspecial;

    void main()
    {
    writeln(special.erf(0.5));
    }

See http://www.d-programming-language.org/module.html for more 
information.


More information about the Digitalmars-d mailing list