is_negative_decimal: Is negative decimal

View source: R/is-decimal.r

is_negative_decimalR 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))

tester documentation built on May 29, 2024, 7:33 a.m.