Function array_math::integrate

source ·
pub fn integrate<T, const N: usize>(array: [T; N]) -> [T; N]
where T: AddAssign + Copy,