is_negative_decimal {tester}R Documentation

Is negative decimal

Description

Test if is a negative decimal

Usage

  is_negative_decimal(x)

Arguments

x

an R object

Examples

is_negative_decimal(0.0001)
is_negative_decimal(-0.0003)
is_negative_decimal(0)
is_negative_decimal(pi)
is_negative_decimal(-exp(1))

[Package tester version 0.2.0 Index]