Skip to content

Commit b7c4452

Browse files
committed
updated description for erf
1 parent 40dec96 commit b7c4452

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Computation/Probability/erf.gml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/// @func erf(x)
22
///
3-
/// @desc Returns the value of erf(x), the "error function" or cumulative
4-
/// distribution function, which computes the probability that a
5-
/// Gaussian random number falls within a given range.
3+
/// @desc Returns the probability that a Gaussian random number falls
4+
/// within a given range. This is known as the "error function"
5+
/// or cumulative distribution function.
66
///
77
/// @param {real} x value
88
///

0 commit comments

Comments
 (0)