I wanna use math function like 'abs','cos' and so on.
1.Is there math function library?
2.How to include it?
just add math.h in the head of your code
#include <math.h>