<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Exponential functions in G Web Development Software</title>
    <link>https://ni.lithium.com/t5/G-Web-Development-Software/Exponential-functions/m-p/4318021#M593</link>
    <description>&lt;P&gt;Alternatively, you can convert ln to log(10). We used it and it worked fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ln(x) = log(x)/log(e)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ln x.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/d20dcbb26b6102ab21ace11e4361b6215e2ad68c/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33323037343869444530424236344330463341454641342f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="ln x.png" alt="ln x.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 02:01:29 GMT</pubDate>
    <dc:creator>irfanabid</dc:creator>
    <dc:date>2023-07-21T02:01:29Z</dc:date>
    <item>
      <title>Exponential functions</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/Exponential-functions/m-p/4315598#M568</link>
      <description>&lt;P&gt;I want to include an exponential function in my code, but the exponential node only seems to include Logarithm Base 10. Why is there such a limited choice of math functions in G Web? Is there any way around? Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:13:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/Exponential-functions/m-p/4315598#M568</guid>
      <dc:creator>rtowers141</dc:creator>
      <dc:date>2023-07-07T17:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exponential functions</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/Exponential-functions/m-p/4315612#M569</link>
      <description>&lt;P&gt;Never mind. I'm building my exponential with complex trigonometric functions.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:53:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/Exponential-functions/m-p/4315612#M569</guid>
      <dc:creator>rtowers141</dc:creator>
      <dc:date>2023-07-07T17:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exponential functions</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/Exponential-functions/m-p/4316449#M581</link>
      <description>&lt;P&gt;As a future reference, another idea could be to use the &lt;A href="https://www.ni.com/docs/en-US/bundle/g-web-development/page/define-calls-using-jsli.html" target="_self"&gt;JavaScript Library Interface&lt;/A&gt; to call existing JavaScript functions that might be useful. The JavaScript language has several &lt;A href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math#static_methods" target="_self"&gt;Math functions&lt;/A&gt; that you can call with the JSLI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following is an example of using the JSLI to create a Node named &lt;FONT face="courier new,courier"&gt;Natural Log&lt;/FONT&gt; that will call the JavaScript global &lt;FONT face="courier new,courier"&gt;Math.log&lt;/FONT&gt; with one numeric argument and a numeric return value:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MilanR_0-1689179344874.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/f219a40cf3a002373ea17fff027bd65e08f8355d/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33323034343169363246463944453941374532454530452f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="MilanR_0-1689179344874.png" alt="MilanR_0-1689179344874.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then I can use the &lt;FONT face="courier new,courier"&gt;Natural Log&lt;/FONT&gt; node on my diagram:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MilanR_1-1689179375172.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/a57eab492eddc49f10b44f4d72b2f8d2dd752a85/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33323034343269464644444137333341383646444333352f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="MilanR_1-1689179375172.png" alt="MilanR_1-1689179375172.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MilanR_2-1689179387849.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/6d7fee44a0b49c7f2b2f942cde9b5a3539700165/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33323034343369424136333039394438313242303145322f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="MilanR_2-1689179387849.png" alt="MilanR_2-1689179387849.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 16:32:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/Exponential-functions/m-p/4316449#M581</guid>
      <dc:creator>MilanR</dc:creator>
      <dc:date>2023-07-12T16:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exponential functions</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/Exponential-functions/m-p/4318021#M593</link>
      <description>&lt;P&gt;Alternatively, you can convert ln to log(10). We used it and it worked fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ln(x) = log(x)/log(e)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ln x.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/d20dcbb26b6102ab21ace11e4361b6215e2ad68c/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33323037343869444530424236344330463341454641342f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="ln x.png" alt="ln x.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 02:01:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/Exponential-functions/m-p/4318021#M593</guid>
      <dc:creator>irfanabid</dc:creator>
      <dc:date>2023-07-21T02:01:29Z</dc:date>
    </item>
  </channel>
</rss>

