respect inclusive fields in real-valued parameters #347
Labels
bug
an unexpected problem or unintended behavior
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
Per @simonpcouch's report:
Created on 2024-08-05 with reprex v2.1.0
The issue appears to be the use of
We should check the
inclusive
field and add/subtract.Machine$double.eps
(about 2.2e-16) wheninclusive = FALSE
.This would affect
value_seq_dbl()
andvalue_sample_dbl()
and maybe their integer counterparts (with +/- 1L).The text was updated successfully, but these errors were encountered: