#time #constant #value #universal-constants

universal_constants

Physical and mathematical constants that are generally considered to be universally constant

1 unstable release

Uses new Rust 2024

new 0.0.1 May 6, 2025

#172 in #constant

Download history 70/week @ 2025-04-30

70 downloads per month

MIT license

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;

No runtime deps