This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

430指数运算



430单片机里的指数运算怎么编程?谢谢!

  • 可以使用CCS V5 开发环境

    CCS V5 编译器工具自带有庞大的实时运行数据库。所有的库函数都符合 C/C++标准。该数据库涵盖的功能有标准输入与输出,字符串操作,动态内存分配,数据转换,计时,三角函数、指数函数以及双曲函数分析等。

    涉及科学计算如三角函数运算,您可以在文件中包含math.h即#include <math.h>。文件包含了math.h以后,就可以调用内置的科学计算函数。