Page MenuHomeHEPForge

f_c.h
No OneTemporary

#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

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)

Event Timeline