Google News
logo
NumPy - Quiz(MCQ)
Which of the following function take only single value as input?
A)
fmin
B)
minimum
C)
iscomplex
D)
None of the above

Correct Answer :   iscomplex


Explanation : iscomplex function returns a bool array, where true if input element is complex.

Advertisement