1.

___________ decompose the elements of x into mantissa and twos exponent.(a) trunc(b) fmod(c) frexp(d) ldexpThe question was posed to me by my school teacher while I was bunking the class.This is a very interesting question from NumPy in division Developing Data Products and Working with NumPy of Data Science

Answer»

The correct CHOICE is (c) frexp

For EXPLANATION: FMOD function return the element-wise remainder of DIVISION.



Discussion

No Comment Found

Related InterviewSolutions