當前位置:吉日网官网 - 收藏品 - C語言中根號怎麽打出來呀?

C語言中根號怎麽打出來呀?

首先在 main()函數 上邊加個#include "math.h" 因為開根號屬於 數學函數裏邊的函數,要使用根號就要加上#inculde "math.h",\r\n然後在妳要開根號的數的前邊加個 sqrt,就可以了 \r\n例如\r\n#inculde "math.h"\r\nmain()\r\n{ float a,b;\r\n printf("please input a nuberm:");\r\n scanf("%f",&a);\r\n b=sqrt(a);\r\n printf("%f\n",b);\r\n \r\n}這個程序就是 讓 用戶輸入個數字,然後輸出原數值的開根號後的結果

  • 上一篇:微信軟件重新下載後,之前的收藏都沒了?
  • 下一篇:微信三個月的朋友圈怎麽拼?
  • copyright 2024吉日网官网