github.com/gopherd/gonum@v0.0.4/unit/constant/standardgravity.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  // StandardGravity is the standard gravity constant (g₀), the nominal gravitational acceleration of an object in a vacuum near the surface of the Earth
    12  // The dimensions of StandardGravity are m s^-2. The constant is exact.
    13  const StandardGravity = unit.Acceleration(9.80665)