We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aadfb commit f7eea14Copy full SHA for f7eea14
1 file changed
test/unit/math/mix/fun/pow_part2_test.cpp
@@ -5,8 +5,7 @@
5
6
TEST(mathMixFun, complexPow) {
7
auto f = [](const auto& x1, const auto& x2) {
8
- using stan::math::pow;
9
- return pow(x1, x2);
+ return stan::math::pow(x1, x2);
10
};
11
stan::test::ad_tolerances tols;
12
tols.hessian_hessian_ = 5e-3;
0 commit comments