is-odd
Returns true if the given number is odd.
Install
Specify the dependencty in Cargo.toml:
[]
= "1.1.1"
Or:
Fetch it with cargo:
Usage
use IsOdd;
let _i : i32 = 1;
println!; // prints true
About
Currently, the library support both integer and floating point numbers.
License
Copyright © 2018, nukeop. Released under the MIT License.