InterviewSolution
Saved Bookmarks
| 1. |
What error occurs if the magnitude of x is too large in sinh(double x)?(a) domain error(b) range error(c) no error(d) zero is returnedI got this question during an online exam.Enquiry is from Mathematical functions in section C Library of C |
|
Answer» Correct choice is (b) RANGE ERROR |
|