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

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

Issue 1740043: code review 1740043: math: amd64 version of log (Closed)
Patch Set: code review 1740043: math: amd64 version of log Created 13 years, 9 months 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/log_amd64.s ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/math/log_decl.go
===================================================================
--- a/src/pkg/math/log_decl.go
+++ b/src/pkg/math/log_decl.go
@@ -5,5 +5,3 @@
package math
func Log(x float64) float64
-func Log10(x float64) float64
-func Log2(x float64) float64
« no previous file with comments | « src/pkg/math/log_amd64.s ('k') | no next file » | no next file with comments »

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