-
Round to nearest integer towards zero in Python
-
Return an array with the number of nonoverlapping occurrences of substring in Python
-
Get the Machine limits information for float with instances in Python
-
Compute the Hyperbolic cosine of the array elements in Python
-
Return the cumulative sum of array elements treating NaNs as zero in Python
-
Find the minimal data type of a scalar value in Python
-
Convert an array of datetimes into an array of strings passing units in Python
-
Convert angles from degrees to radians with Python deg2rad()
-
Compute the Hyperbolic sine in Python
-
Convert an array of datetimes into an array of strings passing hour datetime unit in Python
-
Get the Trigonometric inverse tangent in Python
-
Get the Trigonometric inverse tangent of the array elements in Python
-
Given the “legs” of a right triangle, return its hypotenuse in Python
-
Convert an array of datetimes into an array of strings passing minutes datetime unit in Python
-
Return True if cast between data types can occur according to the casting rule in Python
-
Return True if cast between scalar and data type can occur according to the casting rule in Python
-
Return the cumulative sum of array elements treating NaNs as zero but change the type of result in Python
-
Calculate the n-th discrete difference in Python
-
Compute the inverse Hyperbolic tangent of array elements in Python
-
Generate a Vandermonde matrix of the Chebyshev polynomial with float array of points in Python