sin函數圖形繪製

具體代碼實現:web #include <stdio.h> #include <math.h> int main() { double y; int x,m; for(y=1;y>=0;y-=0.1) { m=asin(y)*10; for(x=1;x<m;x++)printf(" "); printf("*"); for(;x<31-m;x++)printf(" ");
相關文章
相關標籤/搜索