mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
make safe for new package local defaults
R=r DELTA=462 (9 added, 33 deleted, 420 changed) OCL=22879 CL=22885
This commit is contained in:
parent
1d74892178
commit
b54133d200
17 changed files with 406 additions and 403 deletions
9
src/lib/math/const.go
Normal file
9
src/lib/math/const.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2009 The Go 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 math
|
||||
|
||||
export const (
|
||||
Sqrt2 = 1.41421356237309504880168872420969808;
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue