Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8309023
f_c.h
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
292 B
Subscribers
None
f_c.h
View Options
#ifndef F2C_INCLUDE
#define F2C_INCLUDE
#ifndef ABS
#define ABS(x) ((x) >= 0 ? (x) : -(x))
#endif
#ifndef MAX
#define MAX(a,b) (((a) > (b)) ? (a) : (b))
#endif
#ifndef MIN
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
#endif
extern
double
pow_dl
(
double
ap
,
long
bp
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Dec 21, 1:59 PM (15 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4023048
Default Alt Text
f_c.h (292 B)
Attached To
rSCANNERSSVN scannerssvn
Event Timeline
Log In to Comment