is.decimal: checks if a number is decimal or integer

View source: R/functions.R

is.decimalR Documentation

checks if a number is decimal or integer

Description

checks if a number is decimal or integer

Usage

is.decimal(x)

Arguments

x

the number to check #'

Value

true or false

Examples

is.decimal(40.15)
is.decimal(4015)


schoolmath documentation built on Aug. 21, 2023, 5:08 p.m.