You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would floor_hms or ceiling_hms be useful? I believe ceiling_hms would be in some cases. floor_hms, however, is essentially trunc_hms except when the values are negative, which I'm not sure is a good use case but may be useful for mapping the api.
Would
floor_hms
orceiling_hms
be useful? I believeceiling_hms
would be in some cases.floor_hms
, however, is essentiallytrunc_hms
except when the values are negative, which I'm not sure is a good use case but may be useful for mapping the api.Setup
Loading Packages
Defining Functions
Creating Conditions
Running Functions over Conditions
End Result
Comparison
Floor always equal to trunc_hms for positive values
trunc_hms
always different fromceiling_hms
round_hms
different fromceiling_hms
in cases where round != ceilingHow Floor may be Useful
Floor gives difference if the value is negative, not sure if this is a real use case though
Created on 2023-06-14 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: