InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the pow(x,y) function?(a) To find x^y(b) To find y^x(c) To find e^x(d) To find 10^yI have been asked this question in my homework.This interesting question is from Mathematical Functions in section Arduino Programming of Arduino |
|
Answer» Right choice is (a) To find x^y |
|