Function statrs::function::harmonic::harmonic[][src]

pub fn harmonic(t: u64) -> f64
Expand description

Computes the t-th harmonic number

Remarks

Returns 1 as a special case when t == 0