So I am working on a chemistry based project and ran into this tricky problem. I have a bunch of functions doing chemistry type calculations and want to pass avogadros numbe
Just define avogadros number as scientific notation:
class Constants { public double const avogadrosNum = 6.022e-22; }