摘要: C语言标准数学函数库math.h 1 三角函数double sin (double x); x的正弦值double cos (double x); x的余弦值double tan (double x); x的正切值 2 反三角函数double asin (double x); 结果介于[-PI/2, 阅读全文
posted @ 2020-03-05 09:09 麦不咚 阅读(3195) 评论(0) 推荐(0)
摘要: 可采用*抑制赋值,为后面输出进行格式设定。 #include<string.h> strlen函数其读出长度为整形int。 #include<stdio.h> #include<string.h> int main(void) { char x[40]; char m[40]; int a,b; p 阅读全文
posted @ 2020-02-24 11:48 麦不咚 阅读(107) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示