Commit 6f61490f authored by alexc's avatar alexc

Add M_SQRT2 to the constants in mathematics.h.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22825 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e607464b
......@@ -44,6 +44,9 @@
#ifndef M_SQRT1_2
#define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */
#endif
#ifndef M_SQRT2
#define M_SQRT2 1.41421356237309504880 /* sqrt(2) */
#endif
#ifndef NAN
#define NAN (0.0/0.0)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment