Added atan2 implementation from uClibc

This commit is contained in:
Sam Lantinga 2010-08-29 16:05:34 -07:00
parent fa8d01e8ab
commit 21e184b0bb
5 changed files with 128 additions and 1 deletions

View file

@ -24,6 +24,10 @@
/* Math routines from uClibc: http://www.uclibc.org */
#ifndef HAVE_ATAN2
#define __ieee754_atan2 SDL_atan2
#endif
#ifdef HAVE_COPYSIGN
#define copysign SDL_uclibc_copysign
#else