Next: Maximum and Minimum functions, Previous: Testing the Sign of Numbers, Up: Mathematical Functions [Index]
This macro evaluates to 1 if n is odd and 0 if n is even. The argument n must be of integer type.
This macro is the opposite of GSL_IS_ODD(n)
. It evaluates to 1 if
n is even and 0 if n is odd. The argument n must be of
integer type.