]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/tanh_sinh_mpfr.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / tanh_sinh_mpfr.cpp
index 2fcb1dfdf02708743c84dfa83ad6c7e1fc8da9e4..d41963f12b2398d4fd73d980ccba0a8cd52739fb 100644 (file)
@@ -27,4 +27,4 @@ int main() {
     Real expected = (7*zeta_three<Real>() - pi<Real>()*pi<Real>()*log(static_cast<Real>(4)))/16;
     CHECK_ULP_CLOSE(expected, Q, 3);
     return boost::math::test::report_errors();
-}
\ No newline at end of file
+}