Q77
What does the function math.frexp(x) return?
A.
a tuple containing the mantissa and the exponent of x
AnswerB.
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