[CRT]
[reactos.git] / reactos / lib / sdk / crt / math / arm / atan2.s
1 /*
2 * COPYRIGHT: BSD - See COPYING.ARM in the top level directory
3 * PROJECT: ReactOS CRT library
4 * PURPOSE: Implementation of atan2
5 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
6 */
7
8 /* INCLUDES ******************************************************************/
9
10 #include <kxarm.h>
11
12 /* CODE **********************************************************************/
13
14 TEXTAREA
15
16 LEAF_ENTRY atan2
17
18 __assertfail
19 bx lr
20
21 LEAF_END atan2
22
23 END
24 /* EOF */