khwilson commented on code in PR #44630:
URL: https://github.com/apache/arrow/pull/44630#discussion_r1872077589


##########
cpp/src/arrow/compute/kernels/scalar_arithmetic_test.cc:
##########
@@ -2401,6 +2405,19 @@ TYPED_TEST(TestUnaryArithmeticFloating, TrigSin) {
   this->AssertUnaryOpRaises(Sin, "[Inf, -Inf]", "domain error");
 }
 
+TYPED_TEST(TestUnaryArithmeticFloating, TrigSinh) {
+  this->SetNansEqual(true);
+  auto sinh = [](const Datum& arg, ArithmeticOptions, ExecContext* ctx) {
+    return Sinh(arg, ctx);
+  };
+
+  this->SetNansEqual(true);

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to