tester (version 0.1.7)

is_negative_decimal: Is negative decimal

Description

Test if is a negative decimal

Usage

is_negative_decimal(x)

Arguments

x

an R object

Examples

Run this code
is_negative_decimal(0.0001)
is_negative_decimal(-0.0003)
is_negative_decimal(0)
is_negative_decimal(pi)
is_negative_decimal(-exp(1))

Run the code above in your browser using DataCamp Workspace