Crate natural_constants [] [src]

natural_constants: a collection of constants and helper functions

Written by Willi Kappler, Version 0.1 (2017.02.20)

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

License: MIT

Example:

extern crate natural_constants;
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

math

Math related constants

misc

Miscellaneous constants

physics

Physics related constants