before using these functions <math.h> should be included in the program
sin(d) will returns the sine of d, pow(a,b) will returns a the value a to the power b(a^b) eg:pow(2,3) will returns 8; sqrt(a) returns the square root of a eg: sqrt(4) returns 2; Source: CoolInterview.com