Natural Unit
Physical unit conversion with Fundamental constants
Unit System List
- SI
- CGS
- Geometrized(With CGS)
- Natural Unit(With CGS)
- Natural Unit(MeV)
- Natural Unit(Gaussian)
How to use?
- Just declare three conversion factors - M, L, T
- Get automatically obtained remain conversion factors (momentum, energy and etc.)
convertvalue using by declared conversion factor structure.
Example: CGS -> Geometrized with Solar radius = 1
extern crate natural_unit;
use *;