5 lines
71 B
Text
5 lines
71 B
Text
#include<math.h>
|
|
//save as inf.h
|
|
double inf(void){
|
|
return HUGE_VAL;
|
|
}
|