-
Return the maximum of an array or maximum ignoring any NaNs in Python
-
Return the maximum of an array along axis 0 or maximum ignoring any NaNs in Python
-
Compute the square root of negative input with emath in Python
-
Compute the square root of complex inputs with scimath in Python
-
Compute the natural logarithm with scimath in Python
-
Compute the logarithm base 2 with scimath in Python
-
Compute the logarithm base n with scimath in Python
-
Compute the logarithm base 10 with scimath in Python
-
Return the result of the power to which the input value is raised with scimath in Python
-
Return the result of the power to which the negative input value is raised with scimath in Python
-
Compute the inverse cosine with scimath in Python
-
Compute the inverse sine with scimath in Python
-
Compute the inverse hyperbolic tangent with scimath in Python
-
Return the dot product of two vectors in Python
-
Return the dot product of two multidimensional vectors in Python
-
Return the dot product of One-Dimensional vectors in Python
-
Get the Inner product of two arrays in Python
-
Return a boolean array which is True where the string element in array ends with suffix in Python
-
Add one Hermite series to another in Python
-
Evaluate a Hermite series at points x broadcast over the columns of the coefficient in Python