Function divide

Source
pub fn divide(a: i32, b: i32) -> Result<i32, &'static str>