R/is.even.R

is.even <-
function(x) x %% 2 == 0

Try the osd package in your browser

Any scripts or data that you put into this service are public.

osd documentation built on May 2, 2019, 7 a.m.