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 |