

InterviewSolution
Saved Bookmarks
1. |
Which of the following aren’t defined in the math module?(a) log2()(b) log10()(c) logx()(d) none of the mentioned |
Answer» Correct choice is (c) logx() To explain I would say: log2() and log10() are defined in the math module. |
|