Closed
Description
For example, if one wants to be able to use miles/hour, we can do
mile = 5280 * 12 * 0.0254u"m"
followed by
60 * mile/u"hr"
or because the latter is clumsy, maybe we use
mph = mile/u"hr"
after which we can use mph
.
Is there thought about whether the user should be allowed to register new units which could then be used within the u"..."
strings?
Metadata
Metadata
Assignees
Labels
No labels