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

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

Reply via email to