github.com/jingcheng-WU/gonum@v0.9.1-0.20210323123734-f1a2a11a8f7b/unit/constant/doc.go (about)

     1  // Copyright ©2019 The Gonum Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:generate go run generate_defined_types.go
     6  //go:generate go run generate_constants.go defined_types.go
     7  
     8  // Package constant provides fundamental constants satisfying unit.Uniter.
     9  //
    10  // Constant values reflect the values published at https://physics.nist.gov/cuu/index.html
    11  // and are subject to change when the published values are updated.
    12  package constant