Skip to main content

fix

Function fix 

Source
pub fn fix<T, D>(input: &Array<T, D>) -> Result<Array<T, D>, FerrayError>
where T: Element + Float, D: Dimension,
Expand description

Elementwise fix: round toward zero (same as trunc for real numbers).