is.decimal {schoolmath}R 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)


[Package schoolmath version 0.4.2 Index]