Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
160 Days of DSA (Win T-Shirt!)
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
40.3k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.7k+ articles
JavaScript
11.5k+ articles
Java
10.1k+ articles
Misc
2.1k+ articles
Python-numpy
1.3k+ articles
Python numpy-Logic Functions
30 posts
Popular Articles
Recent Articles
NumPy Array - Logical Operations
Last Updated: 15 March 2021
Logical operations are used to find the logical relation between two arrays or lists or variables. We can perform logical operations using N
...read more
Python
Python-numpy
Picked
Python numpy-Logic Functions
How to Remove rows in Numpy array that contains non-numeric values?
Last Updated: 05 September 2024
Many times NumPy arrays may contain NaN values that need to be removed to ensure the array is free from unnecessary or invalid data. This ca
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.frompyfunc() in Python
Last Updated: 29 June 2021
numpy.frompyfunc(func, nin, nout) function allows to create an arbitrary Python function as Numpy ufunc (universal function).Parameters:func
...read more
Python
Python-numpy
Python numpy-Logic Functions
Similar Topics
Web Technologies
40.3k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.7k+ articles
JavaScript
11.5k+ articles
Java
10.1k+ articles
Misc
2.1k+ articles
Python-numpy
1.3k+ articles
numpy.allclose() in Python
Last Updated: 28 December 2018
numpy.allclose() function is used to find if two arrays are element-wise equal within a tolerance. The tolerance values are positive, typica
...read more
Python
Python numpy-Logic Functions
numpy.logical_and() in Python
Last Updated: 29 November 2018
numpy.logical_and(arr1, arr2, out=None, where = True, casting = 'same_kind', order = 'K', dtype = None, ufunc 'logical_and') : This is a log
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.logical_or() in Python
Last Updated: 29 November 2018
numpy.logical_or(arr1, arr2, out=None, where = True, casting = 'same_kind', order = 'K', dtype = None, ufunc 'logical_or') : This is a logic
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.equal() in Python
Last Updated: 21 June 2022
numpy.equal(arr1, arr2, out = None, where = True, casting = 'same_kind', order = 'K', dtype = None, ufunc 'not_equal') : This logical functi
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.log2() in Python
Last Updated: 29 November 2018
numpy.log2(arr, out = None, *, where = True, casting = 'same_kind', order = 'K', dtype = None, ufunc 'log1p') : This mathematical function h
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.all() in Python
Last Updated: 07 March 2024
The numpy.all() function tests whether all array elements along the mentioned axis evaluate to True.Syntax: numpy.all(array,
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.isinf() in Python
Last Updated: 08 March 2024
The numpy.isinf() function tests element-wise whether it is +ve or -ve infinity or not return the result as a boolean array.Syntax: numpy.is
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.any() in Python
Last Updated: 07 March 2024
The numpy.any() function tests whether any array elements along the mentioned axis evaluate to True. Syntax :numpy.any(a, axis = No
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.isfinite() in Python
Last Updated: 08 March 2024
The numpy.isfinite() function tests element-wise whether it is finite or not(not infinity or not Not a Number) and return the result as a bo
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.iscomplex() in Python
Last Updated: 08 March 2024
The numpy.iscomplex() function tests element-wise whether it is a complex number or not(not infinity or not Not a Number) and returns the re
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.isnan() in Python
Last Updated: 08 March 2024
The numpy.isnan() function tests element-wise whether it is NaN or not and returns the result as a boolean array. Syntax :numpy.isnan(array
...read more
Python
Python-numpy
Python numpy-Logic Functions
numpy.greater() in Python
Last Updated: 08 March 2024
The numpy.greater() checks whether x1 is greater than x2 or not. Syntax :numpy.greater(x1, x2[, out]) Parameters :x1, x2 : [array_like]Input
...read more
Python
Python-numpy
Python numpy-Logic Functions
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !