// Code generated by "go generate gonum.org/v1/gonum/unit/constant”; DO NOT EDIT.
// Copyright ©2019 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package constant
import "gonum.org/v1/gonum/unit"
// StandardGravity is the standard gravity constant (g₀), the nominal gravitational acceleration of an object in a vacuum near the surface of the Earth
// The dimensions of StandardGravity are m s^-2. The constant is exact.
const StandardGravity = unit.Acceleration(9.80665)
|