pyarrow.compute.atan¶
- 
pyarrow.compute.atan(x, *, memory_pool=None)¶ Compute the principal value of the inverse tangent.
Integer arguments return double values.
- Parameters
 x (Array-like or scalar-like) – Argument to compute function
memory_pool (pyarrow.MemoryPool, optional) – If not passed, will allocate memory from the default memory pool.