Skip to main content

negate_f64

Function negate_f64 

Source
pub fn negate_f64(a: &mut [f64])
Expand description

Negate array in place: a[i] = -a[i] (f64 version)