Skip to content

Instantly share code, notes, and snippets.

@cdrnet
Created February 17, 2011 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdrnet/831800 to your computer and use it in GitHub Desktop.
Save cdrnet/831800 to your computer and use it in GitHub Desktop.
Math.NET Numerics Code Samples: Special Functions: Error Function
double x = 0.9;
double res = SpecialFunctions.Erf(x);
// res will now have the value 0.7969082124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment