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
Hi, I was wondering if there's a way to use a Position with a Float64 (instead of Int)
I'm in a project where I need to use USD and ARS, those work great. But others like liters of milks, hectare of land, kilograms of corn I can't use them because i need to do things like x = 0.00343SOY.
I want the type safety so I don't confuse units (3000SOY + 1000CORN)
Is there a way to do it?
The text was updated successfully, but these errors were encountered:
Hi, I was wondering if there's a way to use a Position with a Float64 (instead of Int)
I'm in a project where I need to use USD and ARS, those work great. But others like liters of milks, hectare of land, kilograms of corn I can't use them because i need to do things like x = 0.00343SOY.
I want the type safety so I don't confuse units (3000SOY + 1000CORN)
Is there a way to do it?
The text was updated successfully, but these errors were encountered: