Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(70)

Unified Diff: src/pkg/math/expm1_decl.go

Issue 217109: code review 217109: math: added ilogb, logb, remainder, tests and special c... (Closed)
Patch Set: code review 217109: math: added ilogb, logb, remainder, tests and special c... Created 15 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/math/expm1_386.s ('k') | src/pkg/math/logb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/math/expm1_decl.go
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/pkg/math/expm1_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 Expm1(x float64) float64
« no previous file with comments | « src/pkg/math/expm1_386.s ('k') | src/pkg/math/logb.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b