Assume PI is 3.14159 and E is 2.71828 , evaluate the following function calls:
(a) sqrt(4.0)
(b) sin(2 * PI)
(c) cos(2 * PI)
(d) pow(2.0 , 2)
(e) log(E)
(f) exp(1.0)
(g) max(2 , min(3 , 4))
(h) sqrt(125.0)
(i) ceil(−2.5)
(j) floor(−2.5)
(k) asin(0.5)
(l) acos(0.5)
(m) atan(1.0)
(n) ceil(2.5)
(o) floor(2.5)
(p) log10(10.0)
(q) pow(2.0 , 3)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.