// Code generated by "go generate gonum.org/v1/gonum/unit/constant”; DO NOT EDIT.

// Copyright ©2019 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package constant

import "gonum.org/v1/gonum/unit"

// LightSpeedInVacuum is the c constant, the speed of light in a vacuum.
// The dimensions of LightSpeedInVacuum are m s^-1. The constant is exact.
const LightSpeedInVacuum = unit.Velocity(2.99792458e+08)
