is_positive_decimal: Is positive decimal

View source: R/is-decimal.r

is_positive_decimalR Documentation

Is positive decimal

Description

Test if is a positive decimal

Usage

  is_positive_decimal(x)

Arguments

x

an R object

Examples

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

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