Which of the given C function can be used instead of the apparent identity pointed to by y?
Posted: Wed Jul 13, 2022 7:56 pm
int x=1;
double y= 0.5 * (exp (x) + exp (-x));
a) cos(x)
b) cosh(x)
c) fmod(x)
d) modf(x)
double y= 0.5 * (exp (x) + exp (-x));
a) cos(x)
b) cosh(x)
c) fmod(x)
d) modf(x)