pyarrow.compute.exp#
- pyarrow.compute.exp(exponent, /, *, memory_pool=None)#
Compute Euler’s number raised to the power of specified exponent, element-wise.
If exponent is null the result will be null.
- Parameters:
- exponentArray-like or scalar-like
Argument to compute function.
- memory_pool
pyarrow.MemoryPool, optional If not passed, will allocate memory from the default memory pool.