Clausen 和的 C99 实现
数值分析
2013-10-01 v1
摘要
本文展示了一个 C99 程序,用于计算非负整数索引 和实数参数 的 Clausen 和。该实现分为三种主要情况。对于较大的 ,执行对该和的直接截断求和。对于较小的 ,若适用则评估 的伴随多项式;否则,通过对 的(截断)Chebyshev 表示进行重复积分来构造 Chebyshev 级数并进行评估。
引用
@article{arxiv.1309.7504,
title = {A C99 Implementation of the Clausen Sums},
author = {Richard J. Mathar},
journal= {arXiv preprint arXiv:1309.7504},
year = {2013}
}
备注
6 pages, 1 figure, ancillary directory with C program source