summaryrefslogtreecommitdiff
path: root/src/pkg/math/exp_decl.go
blob: dc8404c4fe75a8f83f0031c558a5da61048b71b7 (plain)
1
2
3
4
5
6
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