C++ 计算正弦函数值 (角度输入) 日期: 2026-08-06 标签: 常规 #include #include #include using namespace std; int main(){ double pi=3.14159,x,y; cin>>x; y=sin(x*pi/180); printf("y=%.3lf",y); return 0; } 原文地址: https://www.cveoy.top/t/topic/njeJ 著作权归作者所有。请勿转载和采集! 免费AI点我,无需注册和登录