-
Return the scalar type of highest precision of the same kind as the input in Python
-
Get the Trigonometric sin of an angle in Python
-
Get the Trigonometric sines of an array of angles given in degrees in Python
-
Determine if a class is a subclass of a second class in Python
-
Integrate along the given axis using the composite trapezoidal rule in Python
-
Get the Trigonometric cosine of an angle in Python
-
Get the Trigonometric cosine of an array of angles given in degrees with Python
-
Test whether similar float type of different sizes are subdtypes of floating class in Python
-
Return the gradient of an N-dimensional array over given axis in Python
-
Get the Trigonometric tangent of an array of angles given in degrees with Python
-
Get the Trigonometric inverse sin in Python
-
Return the cumulative sum of array elements over given axis treating NaNs as zero in Python
-
Return the imaginary part of the complex argument in Python
-
Return True if cast between data types can occur controlling what kind of data casting may occur in Python
-
Return the data type with the smallest size and scalar kind to which both the given types be safely cast in Python
-
Get the Trigonometric inverse sine of the array elements in Python
-
Compute the condition number of a matrix in linear algebra using 2 norm in Python
-
Get the Trigonometric tangent of an angle in Python
-
Compute the condition number of a matrix in linear algebra using negative 2 norm in Python
-
Return True if first argument is a typecode lower/equal in type hierarchy in Python