odd: even

View source: R/odd.R

oddR Documentation

even

Description

Checks whether an integer is odd.

Usage

odd(x)

Arguments

x

Integer.

Value

Logical value (TRUE or FALSE). TRUE means that the value is odd.

Examples

odd(3)


mapsRinteractive documentation built on April 24, 2023, 9:10 a.m.