我想在2812的程序中使用ln函数,不知道怎么样才能用这个函数?
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.
请参考IQmath文档。IQmath库中提供了 Lg,就是以10为底数的对数运算。
如果我没记错的话,有这个公式logab = lgb/lga, 所以,你的Ln就可以按照此公式计算,我给你贴上一张IQmath截图。
