Computer Science, asked by rgoud8790, 8 months ago

c program to use the sin() function in the math library that write the inputs absolute value

Answers

Answered by abinvarghese421
0

Answer:

In the C Programming Language, the sin function returns the sine of x.

Syntax. The syntax for the sin function in the C Language is: double sin(double x); ...

Returns. The sin function returns the sine of x, measured in radians.

Required Header. ...

Applies To. ...

sin Example. ...

Similar Functions.

Similar questions