1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:31:21 -06:00
go/src/pkg/math/fabs_decl.go
Charles L. Dorian 7f11db5ea9 math: 386 FPU functions
sin, cos, tan, asin, acos, atan, exp, log, log10,
floor, ceil, and fabs

R=rsc
CC=golang-dev
https://golang.org/cl/189083
2010-01-15 13:21:36 -08:00

8 lines
204 B
Go

// 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 Fabs(x float64) float64