Mar 23 2008
Important instructions for programs using math.h library function
Welcome to my blog
.If you’re new here, you may want to subscribe to my full RSS feed. Thanks for visiting!if your program uses math.h header file then sometimes the compilation will lead to errors.In such cases you have to suffix -lm to the compilation file command
Usage
cc filename.c -lm
lm means link mathematical header [...]

