//! Harmonic sums of weight 4.
use Complex;
use crateZETA4;
use cratecern_polygamma;
/// Compute the harmonic sum $S_4(N)$.
///
/// $$S_4(N) = \sum\limits_{j=1}^N \frac 1 {j^4} = - \frac 1 6 \psi_3(N+1)+\zeta(4)$$
/// with $\psi_3(N)$ the 3rd polygamma function and $\zeta$ the Riemann zeta function.