Evaluate the following functions: (a) math.sqrt(4) (j) math.floor(-2.5) (b) math.sin(2 * math.pi) (k) round(3.5) (c) math.cos(2 * math.pi) (l) round(-2.5) (d) min(2, 2, 1) (m) math.fabs(2.5) (e)...


Evaluate the following functions:


(a) math.sqrt(4)                         (j) math.floor(-2.5)
(b) math.sin(2 * math.pi)          (k) round(3.5)
(c) math.cos(2 * math.pi)          (l) round(-2.5)
(d) min(2, 2, 1)                         (m) math.fabs(2.5)
(e) math.log(math.e)                (n) math.ceil(2.5)
(f) math.exp(1)                         (o) math.floor(2.5)
(g) max(2, 3, 4)                         (p) round(-2.5)
(h) abs(-2.5)                              (q) round(2.6)
(i) math.ceil(-2.5)                      (r) round(math.fabs(-2.5))



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here