A high-performance general-purpose compute library
constants.h
Go to the documentation of this file.
1/*******************************************************
2 * Copyright (c) 2014, ArrayFire
3 * All rights reserved.
4 *
5 * This file is distributed under 3-clause BSD license.
6 * The complete license agreement can be obtained at:
7 * http://arrayfire.com/licenses/BSD-3-Clause
8 ********************************************************/
9#include <af/defines.h>
10#ifdef __cplusplus
11namespace af
12{
13 AFAPI extern const double NaN;
14 AFAPI extern const double Inf;
15 AFAPI extern const double Pi;
16}
17#endif
#define AFAPI
Definition: defines.h:38
Definition: algorithm.h:15
AFAPI const double Pi
AFAPI const double NaN
AFAPI const double Inf