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
Yeah, this will probably require integer support and we should probably audit the rest of the filters for when we should be returning integer or decimal values.
According to documentation,
divided_by
floors only when the divisor is an integer. Otherwise it should not round.However, as of 0.9.1, all of these produce
2
as result since it floors unconditionally.I think you may need to split
Value::Num
into two distinct variants to properly fix it.The text was updated successfully, but these errors were encountered: