Advertisement

程序设计实践---求sinx的近似值

阅读量:

问题描述

复制代码
    #include <stdio.h>
    #include <math.h>
    int main()
    {
    double x, y, t,tmp,n;
    int i=2, m = 1,flag=1;
    scanf("%lf%lf", &x, &n);

全部评论 (0)

还没有任何评论哟~