摘要: #include <stdio.h> #include <limits.h> //整数限制 #include <float.h> //浮点数限制 void main() { printf("the FLOAT_MIN number is : %f\n",FLT_MIN); //float的最小值 p 阅读全文
posted @ 2021-04-06 18:08 myrj 阅读(3813) 评论(0) 推荐(0) 编辑