Learn Before
Concept

NumPy Universal Function (ufunc) Methods

A NumPy Universal Function (ufunc) object has exactly four methods: reduce, accumulate, reduceat, and outer. However, these methods only operate on ufuncs that take two input arguments and return one output argument.

0

1

Updated 2026-07-04

Tags

Python Programming Language

Data Science