What does the function math.frexp(x) return?
(a) a tuple containing the mantissa and the exponent of x
(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
I had been asked this question during an online interview.
Asked question is from Math topic in chapter Mapping Functions and Modules of Python