src.Math.BasicM.
is_odd
A fast method to check whether a number is odd.
num (int) – input x[-]
res – 1 if input num is an odd number, otherwise 0.
int