1.

Which of the following function take only single value as input?(a) iscomplex(b) minimum(c) fmin(d) all of the mentionedI had been asked this question in homework.This intriguing question comes from NumPy topic in portion Developing Data Products and Working with NumPy of Data Science

Answer»

Right CHOICE is (a) iscomplex

Best explanation: iscomplex function RETURNS a bool array, where TRUE if input ELEMENT is complex.



Discussion

No Comment Found

Related InterviewSolutions