How to manage continuous dimension conversions #360
tpadioleau
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Alternatively, building new Tags with existing tags by making products and power elevations (in the sense of physical dimensions) could be awesome but looks complicated (need to ensure commutativity). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some application code a user wanted to make a conversion between continuous dimensions, something like:
But to circumvent DDC, it was implemented as:
Coordinate<X, Y> velocity; double time; Coordinate<X, Y> coordinate = coordinate - time * velocity;
Beta Was this translation helpful? Give feedback.
All reactions