Vidyalelo
C Programming · Q190

Standard Library Functions

Programming · C Programming · question 190

Q190

For the given math function, an error occurs if the arguments are not in the range [-1, +1]. double acos(double x);

A.
range error
B.
domain error
Answer
C.
no error
D.
domain and range error

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board