universal_constants

Crates.iouniversal_constants
lib.rsuniversal_constants
version0.0.1
created_at2025-05-06 03:04:48.326373+00
updated_at2025-05-06 03:04:48.326373+00
descriptionPhysical and mathematical constants that are generally considered to be universally constant.
homepagehttps://gitlab.com/abmolnar/universal_constants
repository
max_upload_size
id1661827
size12,868
Andrew (ABMolnar)

documentation

README

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;
Commit count: 0

cargo fmt