Skip to main content

ELECTROMAGNETISM_SPEED_OF_LIGHT

Constant ELECTROMAGNETISM_SPEED_OF_LIGHT 

Source
pub const ELECTROMAGNETISM_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 electromagnetic helpers. Broader physical constants belong in the top-level use-constants set.