pub fn phi<A: Number>(n: A) -> FnNumber1<A>Expand description
Returns the values of the density function for a standard normal distribution.
Syntax:
PHI( N: Number )Semantics: PHI(N) is a synonym for NORMDIST(N,0,1,FALSE()).
See also: crate::of::normdist(),