当前位置:网站首页>7-15 calculation of PI
7-15 calculation of PI
2022-07-03 14:14:00 【Big fish】
According to the following relation , Find the value of pi , Until the value of the last item is less than the given threshold .

Input format :
The input gives less than... On one line 1 The threshold of .
Output format :
Output the approximate PI satisfying the threshold condition in one line , Output after decimal point 6 position .
sample input :
0.01
sample output :
3.132157Code thinking :
#include <stdio.h>
int main()
{
double PI=1;
double t;
double num=1.0;
int i=1;
scanf("%lf",&t);
while(num>t) // Stop until the last item is less than the threshold
{
num=num*i/(i*2+1); // The numerator in each fraction is a factorial , The denominator is an arithmetic sequence
PI+=num;
i++;
}
printf("%.6f\n",PI*2);
return 0;
}边栏推荐
猜你喜欢

JVM runtime data area

Page generation QR code

好看、好用、强大的手写笔记软件综合评测:Notability、GoodNotes、MarginNote、随手写、Notes Writers、CollaNote、CollaNote、Prodrafts、Noteshelf、FlowUs、OneNote、苹果备忘录

jvm-运行时数据区
[email protected] Nanoparticles) | nano metal organic framework carry"/>Metal organic framework material zif-8 containing curcumin( [email protected] Nanoparticles) | nano metal organic framework carry

Leetcode(4)——寻找两个正序数组的中位数

Nucleic acid modified metal organic framework drug carrier | pcn-223 metal organic framework encapsulated ad adamantane | zif-8 encapsulated adriamycin (DOX)

JS matrix zero

Scroll detection, so that the content in the lower right corner is not displayed at the top of the page, but is displayed as the mouse slides

GRPC的四种数据流以及案例
随机推荐
Why are grass-roots colleges and universities with "soil and poverty" called "Northeast small Tsinghua"?
Similarities and differences between Allegro, OrCAD, net alias, port, off page connector and how to select them
Uniapp tips - scrolling components
C library function - qsort()
Leetcode(4)——寻找两个正序数组的中位数
中国PETG市场预测及战略研究报告(2022版)
JVM object lifecycle
page owner特性浅析
Concat and concat_ Ws() differences and groups_ Use of concat() and repeat() functions
Exercise 8-8 moving letters
2021年区域赛ICPC沈阳站J-Luggage Lock(代码简洁)
FPGA test method takes mentor tool as an example
[clean up the extraordinary image of Disk C]
Configure stylelint
Jiuyi cloud black free encryption free version source code
天图投资冲刺港股:资产管理规模249亿 投了小红书与奈雪
MIL-100( Fe) 包裹小分子阿司匹林形成[email protected](Fe)|甘草次酸修饰金属有机框架材料UiO-66-NH2(简称UiO-66-NH2-GA)
Canvas utility library fabric JS user manual
Folic acid modified metal organic framework (zif-8) baicalin loaded metal organic framework composite magnetic material (AU- [email
Toast UI editor (editor allows you to edit your markup document using text or WYSIWYG, with syntax highlighting, scrolling synchronization, real-time preview and chart functions.)