摘要: C语言中使用数学函数,例如:exp等 1、包含头文件 #include <math.h> 2、编辑源码testExp.c,例如: #include<stdio.h> #include<math.h> int main() { double m = 4; //为变量赋初值 double n = exp 阅读全文
posted @ 2022-12-27 10:53 叕叒双又 阅读(342) 评论(0) 推荐(0) 编辑