计算Ln(x)的值

时间:2015-01-15 20:54:55
【文件属性】:

文件名称:计算Ln(x)的值

文件大小:5KB

文件格式:RAR

更新时间:2015-01-15 20:54:55

数值分析

该程序主要计算Ln(x)的值,采用Taylor法和Richardson外推法进行计算。


【文件预览】:
LnX
----mydata.cpp(16KB)
----mysys.cpp(6KB)
----mydata.h(1KB)
----mysys.h(484B)

网友评论

  • The code presented how talor series and Richardson are implemented to calculate ln(x). really useful resource in developing calculator program. but there exists some error in algorithm.
  • 给的东西不能运行,唉
  • 适合初学者,但算法细节不够到位,可扩展性不强