Mateusz Pusz
Mateusz Pusz
Just use `op==`.
#579 is merged. You can rebase this one on top of the master. Do you have an idea of how to improve `value_cast` here? I don't think that is the...
I am not sure if that is a good idea. First, there are rounding issues, as you mentioned already. Second, the use of a floating-point type may be a no-go...
Hi @burnpanck! Do you still plan to work on this issue? You also planned to refactor `value_cast` for quantity points so it does all operations at once, right? So far,...
It is hard to say. We probably should not produce more assembly instructions than a "naive" code using fundamental types would do. Otherwise, people will complain and not use the...
What you write is really interesting but I am unable to give any meaningful feedback as I am on vacation until the mid-August. I will dig into it a bit...
Hi @burnpanck! Do you plan to work on those in the near future. I plan to release mp-units 2.3 soon.
It looks really interesting indeed
This tree could provide a proper definition for all the quantities of kind `length`: ```mermaid flowchart TD length["length[m]"] length --- width["width / breadth"] length --- height["height / depth"] height ---...
The negative feedback was mostly about the word "zeroth" itself. Most people proposed to rename it to "zero" (e.g., `zero_point_origin` or `zero_degree_Celsius`).