-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: None
-
Component/s: OpenFormula
-
None
Currently it says that:
-------------------------------------------------------------------------
6.17.32 GAUSS
Summary: Returns the standard normal cumulative distribution
Syntax: GAUSS( Number x )
Returns: Number
Semantics: Returns NORMDIST(x;0;1;TRUE())-0.5
-------------------------------------------------------------------------
THis does not make sense: NORMDIST(x;0;1;TRUE()) is the standard normal cumulative distribution function. So GAUSS cannot be both that function and differ by 0.5!