Keno / SIUnits.jl

Efficient unit-checked computation
Other
70 stars 26 forks source link

Added the common prefixed molarity units. #100

Closed phaverty closed 7 years ago

phaverty commented 7 years ago

I added both the nmol and nM forms. You may just want one or the other just to avoid having too many exports. If so, I prefer nM, for what it is worth. I also exported both unicode code points for the \mu prefixed units which seems wrong but also necessary.

phaverty commented 7 years ago

Beuller?

timholy commented 7 years ago

Is "nmol" the same as "nM"? I think nmol refers to a quantity, whereas nM refers to a concentration (mol/L).

I have authority to merge PRs here, so I'm happy to do it. But as a tip, Unitful.jl is more actively maintained.

phaverty commented 7 years ago

Thanks, yes you are correct about nmol vs. nM. I'll read up on Unitful.jl.