F i L Tue, 17 Jan 2012 17:05:24 -0800
import std.stdio; import std.math; import std.mathspecial;
void main() { writeln(mathspecial.erf(0.5)); }