-
Convert an array of datetimes into an array of strings with UTC timezone in Python
-
Compute the Natural logarithm for complex-valued input in Python
-
Return the base 2 logarithm of the input array in Python
-
Determine common type following standard coercion rules in Python
-
Return the base 2 logarithm for complex value input in Python
-
Convert an array of datetimes into an array of strings with pytz timezone object in Python
-
Return True if cast between array scalar and data type can occur according to the casting rule in Python
-
Return a scalar type which is common to the input arrays in Python
-
Get the Machine limits information for integer types in Python
-
Get the Machine limits information for int with instances in Python
-
Get the Machine limits information for float types in Python
-
Compute the Hyperbolic tangent in Python
-
Compute the Hyperbolic tangent of the array elements in Python
-
Get the number of bits in the exponent portion of the floating point representation in Python
-
Get the approximate number of decimal digits to which this kind of float is precise in Python
-
Find the minimal data type of an array-like in Python
-
Return the type that results from applying the NumPy type promotion rules to the arguments in Python
-
Return the cumulative sum of array elements over given axis 0 treating NaNs as zero in Python
-
Return the cumulative sum of array elements over given axis 1 treating NaNs as zero in Python
-
Determine whether the given object represents a scalar data-type in Python