pub fn fix<T, D>(input: &Array<T, D>) -> Result<Array<T, D>, FerrayError>where T: Element + Float, D: Dimension,
Elementwise fix: round toward zero (same as trunc for real numbers).