Crate natural_constants

Source
Expand description

natural_constants: a collection of constants and helper functions

Written by Willi Kappler, Version 0.2 (2022.10.11)

Repository: https://github.com/willi-kappler/natural_constants

License: MIT

§Example:

use natural_constants::physics::*;


fn main() {
    let c = speed_of_light_vac;
    let m0 = 100.0;

    // Use c in your code:
    let E = m0 * c * c;
}

Modules§

biology
Biology related constants
chemistry
Chemistry related constants
conversion
Data types and utility function for conversion
engineering
Engineering related constants
geosciences
Geosciences related constants
math
Math related constants
misc
Miscellaneous constants
physics
Physics related constants