int x=1;
double y= 0.5 * (exp (x) + exp (-x));
a) cos(x)
b) cosh(x)
c) fmod(x)
d) modf(x)
Which of the given C function can be used instead of the apparent identity pointed to by y?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the given C function can be used instead of the apparent identity pointed to by y?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!