This is Unofficial EPICS BASE Doxygen Site
epicsMath.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2010 UChicago Argonne LLC, as Operator of Argonne
3 * National Laboratory.
4 * EPICS BASE is distributed subject to a Software License Agreement found
5 * in file LICENSE that is included with this distribution.
6 \*************************************************************************/
7 
8 #ifndef epicsMathh
9 #define epicsMathh
10 
11 #include <math.h>
12 #include <libComAPI.h>
13 
14 #define finite(x) isfinite(x)
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 LIBCOM_API extern float epicsNAN;
21 LIBCOM_API extern float epicsINF;
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /* epicsMathh */
LIBCOM_API float epicsINF
Definition: epicsMath.cpp:36
LIBCOM_API float epicsNAN
Definition: epicsMath.cpp:35