github.com/jingcheng-WU/gonum@v0.9.1-0.20210323123734-f1a2a11a8f7b/unit/constant/elementarycharge.go (about) 1 // Code generated by "go generate github.com/jingcheng-WU/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 "github.com/jingcheng-WU/gonum/unit" 10 11 // ElementaryCharge, is the elementary charge constant (e), the magnitude of electric charge carried by a single proton or electron. 12 // The dimensions of ElementaryCharge are A s. The constant is exact. 13 const ElementaryCharge = unit.Charge(1.602176634e-19)