搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ c
标题:
c
取消只看楼主
zc2546885976
等 级:
新手上路
帖 子:15
专家分:4
注 册:2018-11-13
结帖率:
0
楼主
已结贴
√
问题点数:20 回复次数:0
c
#include "stdio.h"
#include "math.h"
main()
{
double x,s;
printf("input number:\n");
scanf("%lf",&x);
s=sin(x);
printf("sine of %lf is %lf\n",x,s);
}
搜索更多相关主题的帖子:
include
printf
number
scanf
sin
2018-12-10 10:58
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-491937-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.015006 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved