Function maths_function::divide

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