can i use math.h in C

can i use math.h in C

AFAIK you can.

Yes, you should use math.h standard library functions in C programs. math.h contains many useful mathematical functions like exp, floor, pow, log and sqrt functions.