#include "stdio.h" #include "math.h" int main() { double result,degrees,radians; printf("Enter the no. of degrees : "); scanf("%lf",°rees); radians = degrees*(M_PI/180); result = sin(radians); printf("%lf\n",radians); printf("The sin() of %lf is %lf\n", degrees, result); return 0; }
Chat with our AI personalities
sin2x + c
2.9
- cos(1 - X) + C
∫ cos(x) dx = -sin(x) + C
That depends on the value of x, and the value of c. The expression "x + c" can't be simplified, if that's what you mean.