gonum.org/v1/gonum@v0.15.1-0.20240517103525-f853624cb1bb/unit/constant/lightspeedinvacuum.go (about)

     1  // Code generated by "go generate gonum.org/v1/gonum/unit/constant”; DO NOT EDIT.
     2  
     3  // Copyright ©2019 The Gonum Authors. All rights reserved.
     4  // Use of this source code is governed by a BSD-style
     5  // license that can be found in the LICENSE file.
     6  
     7  package constant
     8  
     9  import "gonum.org/v1/gonum/unit"
    10  
    11  // LightSpeedInVacuum is the c constant, the speed of light in a vacuum.
    12  // The dimensions of LightSpeedInVacuum are m s^-1. The constant is exact.
    13  const LightSpeedInVacuum = unit.Velocity(2.99792458e+08)