github.com/gopherd/gonum@v0.0.4/unit/constant/elementarycharge.go (about)

     1  // Code generated by "go generate github.com/gopherd/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/gopherd/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)