Vidyalelo
Python · Q77

Module in Python

Programming · Python · question 77

Q77

What does the function math.frexp(x) return?

A.
a tuple containing the mantissa and the exponent of x
Answer
B.
a list containing the mantissa and the exponent of x
C.
a tuple containing the mantissa of x
D.
a list containing the exponent of x

Answer: Option A

Solution

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