pub const SPEED_OF_LIGHT: f64 = 299_792_458.0;Expand description
Speed of light in vacuum, in meters per second.
This crate keeps the value locally as a convenience for scalar special relativity helpers.
Broader physical constants belong in the top-level use-constants set.