mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
annotate mathspecial functions
This commit is contained in:
parent
9043427961
commit
ac1ff4692a
4 changed files with 18 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue