Skip to content

Commit 6f17186

Browse files
Include arctan2
Co-authored-by: Xiao Yuan <[email protected]>
1 parent d599d01 commit 6f17186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/computation/eval.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ def eval(
211211
Furthermore, the following mathematical functions are supported:
212212
213213
- Trigonometric: ``sin``, ``cos``, ``tan``, ``arcsin``, ``arccos``, \
214-
``arctan``, ``sinh``, ``cosh``, ``tanh``, ``arcsinh``, ``arccosh`` \
215-
and ``arctanh``
214+
``arctan``, ``arctan2``, ``sinh``, ``cosh``, ``tanh``, ``arcsinh``, \
215+
``arccosh`` and ``arctanh``
216216
- Logarithms: ``log`` natural, ``log10`` base 10, ``log1p`` log(1+x)
217217
- Absolute Value ``abs``
218218
- Square root ``sqrt``

0 commit comments

Comments
 (0)