<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[S7-200运算次方，求指教！]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1544656.html]]></link>
 <description><![CDATA[Latest 50 replies of S7-200运算次方，求指教！]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Sat, 04 Apr 2026 05:09:01 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[工控人家园]]></title>
 <link><![CDATA[http://www.ymmfa.com]]></link>
 <description><![CDATA[工控人家园]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[x ^ y = exp(ln(x ^ y)) = exp(y * ln(x))

若精度很要求，ln(x) 需要改成 ln(2^n * x/(2^n)) = n * ln(2) + ln(x/(2^n))
找 2^n 和 x/(2^n) 的部分需要了解浮点数是如何表示的，其功能和 C 语言的标准函数 frexp 一样。
最后再透过拟合方式把 ln 和 exp 的数值找出来即得到解答。
拟合所需要的各项係数可以上网从 IBM 的 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1544656#1783570.html]]></link>
 <author><![CDATA[instanttw]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Mon, 13 Jun 2016 13:22:04 +0000]]></pubdate>
</item>
</channel></rss>