adplus-dvertising
frame-decoration

Question

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

a.

a tuple containing of the mantissa and the exponent of x

b.

a list containing of the mantissa and the exponent of x

c.

a tuple containing of the mantissa of x

d.

a list containing of the exponent of x

Answer: (a).a tuple containing of the mantissa and the exponent of x

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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