<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[snex functionality frexp()?]]></title><description><![CDATA[<p dir="auto">Anyone know of a way to add/clone the frexpf function for snex?<br />
(Which is a single-precision version of frexp)<br />
I tried to translate this script <a href="http://locutus.io/c/math/frexp/" rel="nofollow ugc">http://locutus.io/c/math/frexp/</a><br />
But it seems there is no Math.log2 or Math.LOG2E.<br />
Is there a way to add this function (frexp) to snex?</p>
]]></description><link>https://forum.hise.audio/topic/1939/snex-functionality-frexp</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 06:35:50 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/1939.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Oct 2019 16:00:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to snex functionality frexp()? on Tue, 22 Oct 2019 18:31:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/449">@ustk</a> thanks! I'll try that</p>
]]></description><link>https://forum.hise.audio/post/14814</link><guid isPermaLink="true">https://forum.hise.audio/post/14814</guid><dc:creator><![CDATA[giftlift]]></dc:creator><pubDate>Tue, 22 Oct 2019 18:31:39 GMT</pubDate></item><item><title><![CDATA[Reply to snex functionality frexp()? on Tue, 22 Oct 2019 17:01:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/606">@giftlift</a> no but there's a simple <code>Math.log</code><br />
so you can deduce the log2 this way:</p>
<p dir="auto"><code>log2(y) = log(y) / log(2)</code></p>
]]></description><link>https://forum.hise.audio/post/14804</link><guid isPermaLink="true">https://forum.hise.audio/post/14804</guid><dc:creator><![CDATA[ustk]]></dc:creator><pubDate>Tue, 22 Oct 2019 17:01:32 GMT</pubDate></item></channel></rss>