gonum.org/v1/gonum@v0.15.1-0.20240517103525-f853624cb1bb/unit/constant/elementarycharge.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  // 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)