NumPy Ufunc
In this tutorial you will learn:
- What is NumPy ufunc?
- Characteristics of ufunc?
- Why we use ufuncs?
NumPy ufunc
NumPy ufunc stands for NumPy universal function. In NumPy library mathematical functions are termed as universal functions and multiple universal functions are provided which could cover a variety of operations. NumPy unfunc is a vectorized wrapper which takes a fixed number of inputs and produce fixed number of output(s).
- Read more about NumPy Ufunc
- Log in or register to post comments
- 115 views