Examveda

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

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python