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 Nov. 6, 2025, 1:14 a.m.