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:
Russ Cox 2009-01-15 16:16:42 -08:00
parent 1d74892178
commit b54133d200
17 changed files with 406 additions and 403 deletions

9
src/lib/math/const.go Normal file
View 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;
)