2015-01-09 14:24:24 +01:00
|
|
|
#include <openlibm.h>
|
|
|
|
|
2011-08-12 21:01:25 +02:00
|
|
|
#include "math_private.h"
|
2015-01-09 14:24:24 +01:00
|
|
|
|
2015-01-10 09:57:33 +01:00
|
|
|
#ifndef OPENLIBM_ONLY_THREAD_SAFE
|
2011-08-12 21:01:25 +02:00
|
|
|
int signgam = 0;
|
2015-01-10 09:57:33 +01:00
|
|
|
#endif
|