fd611101f0abaedd5bf2a9d68805625a3883cca3
[reactos.git] / reactos / lib / sdk / crt / math / amd64 / atan2.S
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * PURPOSE: Implementation of atan2
5 * FILE: lib/sdk/crt/math/amd64/atan2.S
6 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 #include <asm.inc>
12 #include <ksamd64.inc>
13
14 /* FUNCTIONS ****************************************************************/
15
16 .code64
17
18 PUBLIC atan2
19 atan2:
20 UNIMPLEMENTED atan2
21 ret