Mathematical functions#
Trigonometric functions#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unwrap by taking the complement of large deltas with respect to the period. |
|
|
|
Hyperbolic functions#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rounding#
Sums, products, differences#
|
Return the product of array elements over a given axis. |
|
Sum of array elements over a given axis. |
|
Return the product of array elements over a given axis treating Not a Numbers (NaNs) as ones. |
|
Return the sum of array elements over a given axis treating Not a Numbers (NaNs) as zero. |
|
Return the cumulative sum of the elements along a given axis. |
|
Return the cumulative product of elements along a given axis. |
|
Return the cumulative product of elements along a given axis. |
|
Return the cumulative sum of the elements along a given axis. |
|
Return the cumulative product of array elements over a given axis treating Not a Numbers (NaNs) as one. |
|
Return the cumulative sum of array elements over a given axis treating Not a Numbers (NaNs) as zero. |
|
Calculate the n-th discrete difference along the given axis. |
|
The differences between consecutive elements of an array. |
|
Return the gradient of an N-dimensional array. |
|
Return the cross product of two (arrays of) vectors. |
|
Integrate along the given axis using the composite trapezoidal rule. |
Exponents and logarithms#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Other special functions#
Floating point routines#
|
|
|
|
|
|
|
|
|
|
|
Rational routines#
|
|
|
Arithmetic operations#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handling complex numbers#
Extrema finding#
|
|
|
Return the maximum of an array or maximum along an axis. |
|
Return the maximum of an array or maximum along an axis. |
|
|
|
Return the maximum of an array or maximum along an axis, ignoring any NaNs. |
|
|
|
Return the minimum of an array or minimum along an axis. |
|
Return the minimum of an array or minimum along an axis. |
|
|
|
Return minimum of an array or minimum along an axis, ignoring any NaNs. |
Miscellaneous#
|
Returns the discrete, linear convolution of two one-dimensional sequences. |
|
Clip (limit) the values in an array. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace NaN with zero and infinity with large finite numbers (default behaviour) or with the numbers defined by the user using the |
|
If input is complex with all imaginary parts close to zero, return real parts. |
|
One-dimensional linear interpolation for monotonically increasing sample points. |