Why we need to use # include < math.h > ? Mushfiqur Rahman 1 Aug, 2013 # include < math.h > :- For using some mathematical function we need this header file. Some of the important mathematical functions in header file math.h are:- sin(), cos(), sqrt() etc.