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

The best explanation: The sinh() function computes the hyperbolic sine of X. A range error occurs if the magnitude of x is too large.If the RESULT OVERFLOWS i.e the magnitude of the result is too large to be represented in an object of the specified type).



Discussion

No Comment Found

Related InterviewSolutions