{{alias}}( λ ) Returns the mode of an exponential distribution. If provided `NaN` as any argument, the function returns `NaN`. If provided a negative value for `λ`, the function returns `NaN`. Parameters ---------- λ: number Rate parameter. Returns ------- out: number Mode. Examples -------- > var v = {{alias}}( 11.0 ) 0.0 > v = {{alias}}( 4.5 ) 0.0 See Also --------