From 684702af5f19ede4de2a5b69fd1ba9cbe64a68d6 Mon Sep 17 00:00:00 2001 From: "Charles L. Dorian" Date: Fri, 15 Jan 2010 13:21:36 -0800 Subject: math: 386 FPU functions sin, cos, tan, asin, acos, atan, exp, log, log10, floor, ceil, and fabs R=rsc CC=golang-dev http://codereview.appspot.com/189083 Committer: Russ Cox --- src/pkg/math/exp_decl.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/pkg/math/exp_decl.go (limited to 'src/pkg/math/exp_decl.go') diff --git a/src/pkg/math/exp_decl.go b/src/pkg/math/exp_decl.go new file mode 100644 index 000000000..dc8404c4f --- /dev/null +++ b/src/pkg/math/exp_decl.go @@ -0,0 +1,7 @@ +// 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 Exp(x float64) float64 -- cgit v1.2.3