What Does The Function Mathfrexpx Return #814
What does the function math.frexp(x) return?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Math - Quiz No.2.
What does the function math.frexp(x) return?
a tuple containing the mantissa and the exponent of x
a list containing the mantissa and the exponent of x
a tuple containing the mantissa of x
a list containing the exponent of x