1 2 3 4 5 6 7 8 9 10 11 12 13
|
// 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"
// ElementaryCharge, is the elementary charge constant (e), the magnitude of electric charge carried by a single proton or electron.
// The dimensions of ElementaryCharge are A s. The constant is exact.
const ElementaryCharge = unit.Charge(1.602176634e-19)
|