GAUSS function
GAUSS(number) GAUSS(number)
number
Number or { Number }
The number for which to perform the calculation.
Returns
Number or { Number }
A value in the standard normal cumulative distribution.
Returns a value in the standard normal cumulative distribution.
Examples
GAUSS(0.19)GAUSS(0,19)
Returns roughly 0.075.
GAUSS(0.0375)GAUSS(0,0375)
Returns roughly 0.0150.