xref: /reactos/sdk/lib/crt/math/arm/tan.s (revision 4561998a)
1/*
2 * COPYRIGHT:         BSD - See COPYING.ARM in the top level directory
3 * PROJECT:           ReactOS CRT library
4 * PURPOSE:           Implementation of tan
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 tan
17
18	__assertfail
19	bx	lr
20
21    LEAF_END tan
22
23    END
24/* EOF */
25