changeset 845:f3cd6240dbfc libavutil

More accurate value for log2(10)
author mru
date Sun, 21 Feb 2010 20:47:10 +0000
parents d1890ea2aa5c
children 3942cf6cdad3
files mathematics.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mathematics.h	Sat Feb 20 20:13:48 2010 +0000
+++ b/mathematics.h	Sun Feb 21 20:47:10 2010 +0000
@@ -36,7 +36,7 @@
 #define M_LN10         2.30258509299404568402  /* log_e 10 */
 #endif
 #ifndef M_LOG2_10
-#define M_LOG2_10      3.32192809488736218171  /* log_2 10 */
+#define M_LOG2_10      3.32192809488736234787  /* log_2 10 */
 #endif
 #ifndef M_PI
 #define M_PI           3.14159265358979323846  /* pi */