floor
with degrees (NoUnits
) and digits
fails due to method ambiguity
#469
Labels
dimensionless
dimensionless quantities/units (mm/m, rad, …) and their interaction with plain numbers
MWE:
Presumably because degrees are the
NoUnits
flavor.This one is pretty opaque to me so I'm not sure where to begin for PR.
Perhaps related to #326?
In fact I suspect that if #328 were merged then I probably would just use
floor(a, digits=2)
for my use case (matching how non-unit values work), so it would be great to bump that one!The text was updated successfully, but these errors were encountered: