From e431ba4c4233e555374ba92c7ab48cd113e196b3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 10 Feb 2025 08:27:40 +0530 Subject: [PATCH] Added hyperbolic trig functions to PyArrow API reference --- docs/source/python/api/compute.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/python/api/compute.rst b/docs/source/python/api/compute.rst index 5423eebfbab4..f0e4c588d984 100644 --- a/docs/source/python/api/compute.rst +++ b/docs/source/python/api/compute.rst @@ -169,6 +169,18 @@ variants which detect domain errors where appropriate. sin_checked tan tan_checked + sinh + sinh_checked + cosh + cosh_checked + tanh + tanh_checked + asinh + asinh_checked + acosh + acosh_checked + atanh + atanh_checked Comparisons -----------