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 have two questions about adding to / extending this library. I have a fairly niche unit called "B-Unit". In our industry, B-Units = Frequency * Frequency / 1000. So, it is related to frequency, and can be converted back and forth.
Should something like this be added to the codebase, or should I fork?
What would be the best way to implement this? I don't think I should add it as another frequency measurement, but I'd like to have a converter to/from frequency. It feels somewhat like a "partial equality". Is there anything similar already in the library that I could copy from?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have two questions about adding to / extending this library. I have a fairly niche unit called "B-Unit". In our industry, B-Units = Frequency * Frequency / 1000. So, it is related to frequency, and can be converted back and forth.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions