Skip to main content

negate_f32

Function negate_f32 

Source
pub fn negate_f32(a: &mut [f32])
Expand description

Negate array in place: a[i] = -a[i]