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