powered by
Test if is a negative decimal
is_negative_decimal(x)
an R object
is_negative_decimal(0.0001) is_negative_decimal(-0.0003) is_negative_decimal(0) is_negative_decimal(pi) is_negative_decimal(-exp(1))
Run the code above in your browser using DataLab