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
ixTape = wTape*tTape^3/12, where wTape = mm needs to just work. But this gets confused, as ^ would need to be defined for all int64 but return different types according to its value....Base.:^(x::MilliMeter, y::Int64) = if y == 2 x^2, y==3 x^3, ...