blob: b7d1516ae641b8b660a0010303afec70998b2887 [file] [log] [blame]
Fraser Cormack82912fd2025-03-20 11:40:09 +00001//===----------------------------------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
Tom Stellard47882922014-07-23 15:16:13 +00008
Romaric Jodin7e6a7392024-07-18 13:00:41 +02009#include <clc/clc.h>
Fraser Cormackd2d1b582024-11-04 22:00:01 +000010#include <clc/clcmacro.h>
Fraser Cormackd46a6992025-03-25 09:11:32 +000011#include <clc/math/clc_atan.h>
Tom Stellard47882922014-07-23 15:16:13 +000012
Fraser Cormackd46a6992025-03-25 09:11:32 +000013#undef __CLC_FUNCTION
14#define __CLC_FUNCTION atan
15#include <clc/math/unary_builtin.inc>