Main Page | Data Structures | Directories | File List | Globals

mqfloat.h

Go to the documentation of this file.
00001 #ifndef _MQFLOAT_H_
00002 #define _MQFLOAT_H_
00003 
00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University
00005    Release Date: 2005-10-15
00006    Part of the MapQuant suite library "massspec.lib" 
00007 */
00008 
00018 #define FLOAT_SWAP(a,b) {float_temp=(a);(a)=(b);(b)=float_temp;}
00019 
00020 extern float  float_temp;
00021 
00022 int   MQFloat_isWithinBounds(float num, float lower, float upper);
00023 int   MQFloat_cmp(const void *p1, const void *p2);
00024 void  MQFloat_add(const void *sum, const void *p1, const void *p2);
00025 float MQFloat_getMax(float a, float b);
00026 
00027 char* MQFloat_toFormattedString(float f, char* format);
00028 
00029 #endif
00030 

Generated on Tue Feb 7 03:25:43 2006 for libmqbasic by  doxygen 1.4.4