Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: third_party/fdlibm/fdlibm.h

Issue 457643002: Implement Math.log1p using port from fdlibm. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/fdlibm/fdlibm.h
diff --git a/third_party/fdlibm/fdlibm.h b/third_party/fdlibm/fdlibm.h
index 39c4b50dbaf534a73c8aa7cfd18a5d654805e4b6..610562dd6bfbce1657d58063bc43bb5549345c6c 100644
--- a/third_party/fdlibm/fdlibm.h
+++ b/third_party/fdlibm/fdlibm.h
@@ -23,7 +23,7 @@ int rempio2(double x, double* y);
// Constants to be exposed to builtins via Float64Array.
struct TrigonometricConstants {
Raymond Toy 2014/08/08 17:32:16 Should this be renamed? This no longer holds just
Yang 2014/08/11 07:51:06 Renamed to MathConstants. Fdlibm is implied by nam
- static const double constants[34];
+ static const double constants[45];
};
}
} // namespace v8::internal

Powered by Google App Engine
This is Rietveld 408576698