Closed
Description
We're looking into adding this to JuMP: trulsf/UnitJuMP.jl#18
One kicker is that it'd be nice to be able to talk about micro/milli/kilo/mega etc.
Have you thought about adding a scale::Int
dimension? Hopefully it'd support something like:
km = Dimension(length = 1, scale = 3)
us = Dimension(time = -1, scale = -6)
km / us == Dimension(length = 1, time = -2, scale = 9)
Metadata
Metadata
Assignees
Labels
No labels