Additional mathops.h tests.
This commit is contained in:
parent
8d2c51af78
commit
b92dce3270
2 changed files with 67 additions and 2 deletions
|
@ -155,8 +155,8 @@ static inline float celt_exp2(float x)
|
|||
}
|
||||
|
||||
#else
|
||||
#define celt_log2(x) (1.442695*log(x))
|
||||
#define celt_exp2(x) (exp(0.69315*(x)))
|
||||
#define celt_log2(x) (1.442695040888963387*log(x))
|
||||
#define celt_exp2(x) (exp(0.6931471805599453094*(x)))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue