-
Compute the inverse Hyperbolic cosine of array elements in Python
-
Compute the inverse Hyperbolic tangent in Python
-
Integrate using the composite trapezoidal rule and set the sample points to the y values in Python
-
Integrate using the composite trapezoidal rule and set the sample points integrating in reverse in Python
-
Return the bases when first array elements are raised to powers from second array in Python
-
Return the bases to different exponents in Python
-
Return the angle of the complex argument in Python
-
Return the angle of the complex argument in degrees in Python
-
Return the maximum of an array with negative infinity or maximum ignoring any NaNs in Python
-
Return the minimum of an array or minimum ignoring any NaNs in Python
-
Return the minimum of an array along an axis or minimum ignoring any NaNs in Python
-
Return the minimum of an array along axis 0 or minimum ignoring any NaNs in Python
-
Get the trace of a matrix with Einstein summation convention in Python
-
Extract the diagonal of a matrix with Einstein summation convention in Python
-
Array axis summations with Einstein summation convention in Python
-
Return the discrete linear convolution of two one-dimensional sequences with mode in Python
-
Return the maximum of an array with positive infinity or maximum ignoring any NaNs in Python
-
Change the imaginary part of the complex argument in Python
-
Compute the condition number of a matrix in linear algebra using Negative Infinity norm in Python
-
Divide one polynomial by another in Python