1 unstable release
Uses new Rust 2024
new 0.0.1 | May 6, 2025 |
---|
#172 in #constant
70 downloads per month
8KB
92 lines
Collection of physical and mathematical concepts that are generally considered to be universally constant. This package serves to supplement builtin constant values
universal_constants
Collection of physical and mathematical constants that are generally considered to be universally constant. This package serves to supplement builtin constant values.
API
use universal_constants as uc;
// Unit conversions.
uc::conversions::distance;
uc::conversions::time;
// Math constants.
uc::math;
// Planetary constants.
uc::planets::earth;