文件名称:sinx_approximation
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-10-24
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 水**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
sinx逼近
数学中曾经介绍过,三角函数可以展开为无穷泰勒级数。而泰勒级数可以通过循环累加实现,而循环累加操作恰好是C语言最容易实现的操作,因此,使用C语言实现三角函数的逼近则变得非常简单而容易实现。-sinx approximation has introduced mathematics, trigonometric functions can be expanded into an infinite Taylor series. Taylor series can be achieved through the accumulation cycle, the operation cycle accumulation happens C language easiest operation, therefore, the use of C language trigonometric function approximation is very simple and easy to implement.
数学中曾经介绍过,三角函数可以展开为无穷泰勒级数。而泰勒级数可以通过循环累加实现,而循环累加操作恰好是C语言最容易实现的操作,因此,使用C语言实现三角函数的逼近则变得非常简单而容易实现。-sinx approximation has introduced mathematics, trigonometric functions can be expanded into an infinite Taylor series. Taylor series can be achieved through the accumulation cycle, the operation cycle accumulation happens C language easiest operation, therefore, the use of C language trigonometric function approximation is very simple and easy to implement.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sinx_approximation.C
sinx函数逼近.txt