support isinf; epicsIsNAN=>isnan; add test for epicsMath

This commit is contained in:
Marty Kraimer
2002-04-11 15:44:34 +00:00
parent 7131a41bde
commit 4428be70c3
10 changed files with 92 additions and 17 deletions
+14
View File
@@ -0,0 +1,14 @@
/* epicsMathTestMain.cpp
*
* Author Marty Kraimer
*/
extern "C" {
void epicsMathTest ( void );
}
int main ( int , char *[] )
{
epicsMathTest ();
return 0;
}