我尝试使用 boost 库中的 zeta 函数:
double dz1 = boost::math::zeta<double> (1.0);
当我运行程序时,我得到:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::domain_error> >'
what(): Error in function boost::math::zeta<e>: Evaluation of zeta function at pole 1
Aborted (core dumped)'
有人知道发生了什么吗?