Skip to main content

RELATIVITY_SPEED_OF_LIGHT

Constant RELATIVITY_SPEED_OF_LIGHT 

Source
pub const RELATIVITY_SPEED_OF_LIGHT: f64 = 299_792_458.0; // 299792458f64
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.