Harmonic Number (欧拉常数or打表)

数学中,第n个调和数是前n个自然数倒数的和。给定n,求Hn。输入包含T(≤10000)个测试用例,每个用例包含一个整数n(1≤n≤10^8)。输出每个案例的编号及Hn,误差小于10^-8将被忽略。计算时,可以直接使用涉及欧拉常数的近似公式,或者通过打表法每隔40个数记录一次结果。
摘要由CSDN通过智能技术生成

In mathematics, the nth harmonic number is the sum of the reciprocals of the first n natural numbers:
In this problem, you are given n, you have to find Hn.
Input
Input starts with an integer T (≤ 10000), denoting the number of test cases.
Each case starts with a line containing an integer n (1 ≤ n ≤ 108).
Output
For each case, print the case number and the nth harmonic number. Errors less than 10-8 will be ignored.

1、这个精度就不要想直接能循环出来了,然后感觉这个形式很眼熟啊,不就是得到欧拉常数的那个级数,于是就搜了公式和欧拉常数愉快的带进去了
公式: f

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值