作者ssaume (南极居乡民)
看板Visual_Basic
标题[请益] 两个小问题
时间Mon May 30 01:26:05 2005
(b) Write an application that estimates the value of the mathematical constant e by using the formula
1 1 1
e = 1 + ─ + ─ + ─ + ......
1! 2! 3!
(c) Write an application that computes the value of e^x by using the formula
x x^2 x^3
e^x = 1 + ─ + ─ + ─ .....
1! 2! 3!
这两个题目之前还有一个小题是~写出 n! 的值
这个有写出来了~不过上两个题目的题意跟写法就不太清楚了~
请各位大大为小弟解惑~~~
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.135.25.118
1F:推 fumizuki:就是算出公式的值... 210.58.156.43 05/30
2F:推 ssaume:喔喔~不过....是用while系列的下去写吗?? 140.135.25.118 05/30
3F:推 fumizuki:用for 61.222.155.162 05/30
4F:推 ssaume:喔喔~~不过我们老师还没教到那内...说不能用.... 140.135.25.118 05/30
5F:推 fumizuki:那就用while也行呀 61.222.155.162 05/30
6F:推 ssaume:能教一下吗??? 因为我实在想不出要怎麽写..... 140.135.25.118 05/30
7F:推 Shindo:1037那篇不就是了吗-_-|||220.139.161.182 05/30
8F:推 ssaume:惊?! 难道是我误解题意??? 我以为是输入几阶...算 140.135.25.118 05/30
9F:→ ssaume:出到那阶的值....S 140.135.25.118 05/30
10F:推 fumizuki:不过不知道 e^x 跟前一题的 e 有关连吗@@ 61.222.155.162 05/31
11F:推 ssaume:如果是照前一位大大所写的~的确算出来事无限大... 140.135.25.118 05/31
12F:→ ssaume:这是正确的吗??? 140.135.25.118 05/31