annotate mathspecial functions

This commit is contained in:
Walter Bright 2014-05-18 03:21:03 -07:00
parent 9043427961
commit ac1ff4692a
4 changed files with 18 additions and 3 deletions

View file

@ -25,6 +25,11 @@
module std.internal.math.errorfunction;
import std.math;
pure:
nothrow:
@safe:
@nogc:
private {
immutable real EXP_2 = 0.13533528323661269189L; /* exp(-2) */
enum real SQRT2PI = 2.50662827463100050242E0L; // sqrt(2pi)