You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnewTypeError('invalid argument. An iterator must return either a two-element array containing real and imaginary components or a complex number. Value: `'+z+'`.');
56
+
returnnewTypeError(format('invalid argument. An iterator must return either a two-element array containing real and imaginary components or a complex number. Value: `%s`.',z));
returnnewTypeError('invalid argument. Callback must return either a two-element array containing real and imaginary components or a complex number. Value: `'+z+'`.');
61
+
returnnewTypeError(format('invalid argument. Callback must return either a two-element array containing real and imaginary components or a complex number. Value: `%s`.',z));
0 commit comments