std.math conflicts with std.mathspecial

F i L witte2008 at gmail.com
Tue Jan 17 17:03:29 PST 2012


import std.stdio;
import std.math;
import std.mathspecial;

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


More information about the Digitalmars-d mailing list