Function numbers_rus::integers::base::base::is_odd

source ·
pub fn is_odd(number: i128) -> bool
Expand description

is_odd function: Takes an i128 integer number as input and returns a boolean indicating whether number is odd or not.