We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dec96 commit b7c4452Copy full SHA for b7c4452
1 file changed
Computation/Probability/erf.gml
@@ -1,8 +1,8 @@
1
/// @func erf(x)
2
///
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.
+/// @desc Returns the probability that a Gaussian random number falls
+/// within a given range. This is known as the "error function"
+/// or cumulative distribution function.
6
7
/// @param {real} x value
8
0 commit comments