gpt4 book ai didi

python - python 精度高达 50 位小数

转载 作者:太空宇宙 更新时间:2023-11-04 09:06:27 25 4
gpt4 key购买 nike

<分区>

我正在尝试编写代码以找出内部草皮圈的半径,代码运行良好但我没有获得所需的精度,我希望将答案截断为 50 位数字请建议我怎样才能得到更精确的计算我应该如何获得50位的精度

import math
t=input()
while t>0:
t-=1
r1,r2,r3=map(int,raw_input().split())
k1=1.0/r1
k2=1.0/r2
k3=1.0/r3
k4=k1+k2+k3+2*math.sqrt(k1*k2+k2*k3+k3*k1)
r4=1.0/k4
print r4

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com