From 4cecda6c347bd6902b960c6a35a967add7070b0d Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Mon, 30 Jan 2012 15:38:19 +0100 Subject: Imported Upstream version 2012.01.27 --- src/pkg/math/log10_decl.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/pkg/math/log10_decl.go (limited to 'src/pkg/math/log10_decl.go') diff --git a/src/pkg/math/log10_decl.go b/src/pkg/math/log10_decl.go deleted file mode 100644 index 5aec94e1c..000000000 --- a/src/pkg/math/log10_decl.go +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright 2010 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 - -func Log10(x float64) float64 -func Log2(x float64) float64 -- cgit v1.2.3