is_positive_decimal {tester} | R 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))
[Package tester version 0.2.0 Index]