Weibull distribution quantile.
Syntax: @qweib(p, m, a)
p: number,
m: number,
a: number,
Return: number
Return the
satisfying
Examples
= @qweib(0.5, 1, 1)
returns 0.69314... (the natural log of 2).
Cross-references
See also
@cweib,
@dweib, and
@rweib.