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
I received a question from a user that was parsing some units from some file, using quantities::parse_units, and then trying to get the names of the units from the symbols. This is possible, but a little tricky right now. It would be nice to implement some function to retrieve the unit name from the symbol (and viceversa), or even some option to switch to names when printing units.
The text was updated successfully, but these errors were encountered:
I received a question from a user that was parsing some units from some file, using
quantities::parse_units
, and then trying to get the names of the units from the symbols. This is possible, but a little tricky right now. It would be nice to implement some function to retrieve the unit name from the symbol (and viceversa), or even some option to switch to names when printing units.The text was updated successfully, but these errors were encountered: