Function idsp::copysign[][src]

pub fn copysign<T>(x: T, y: T) -> T where
    T: PartialOrd + Default + Neg<Output = T>,