{"id":330,"date":"2025-11-17T15:18:56","date_gmt":"2025-11-17T15:18:56","guid":{"rendered":"https:\/\/opteon.contentim.com\/?page_id=330"},"modified":"2025-11-17T15:28:26","modified_gmt":"2025-11-17T15:28:26","slug":"november-v2","status":"publish","type":"page","link":"https:\/\/opteon.contentim.com\/index.php\/november-v2\/","title":{"rendered":"November 25"},"content":{"rendered":"\n<iframe loading=\"lazy\" class=\"kalki\" src=\"\/build\/nov\/index.html\" width=\"100%\" height=\"1000px\"><\/iframe>\n\n\n\n<script>\nfunction resizeIframe() {\n    var iframe = document.querySelector('.kalki');\n    iframe.style.height = iframe.contentWindow.document.body.scrollHeight + 'px';\n}\n\nwindow.addEventListener('load', resizeIframe);\nwindow.addEventListener('resize', resizeIframe);\n<\/script>\n\n\n\n<h4 class=\"wp-block-heading has-medium-font-size\"><strong>1. Implemented <code>getC31<\/code> Helper for Non-Sealed Systems<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Issue:<\/strong> The new logic for determining the QLMV lower limit (based on Appendix C1) was initially only applied to Sealed Systems.<\/li>\n\n\n\n<li><strong>Fix:<\/strong> Updated the <code>getC31<\/code> helper function to accept an <code>isSealed<\/code> boolean parameter. Updated the <code>renderBothSystems<\/code> function to call <code>getC31(false)<\/code> and apply the new calculation logic to the &#8220;Non-Sealed&#8221; column for &#8220;Other Applications&#8221;.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size\"><strong>2. All SEALED &amp; NON-SEALED <strong>OA (Other Applications)<\/strong>\u00a0results match\u00a0<a href=\"https:\/\/contentimcom.sharepoint.com\/:x:\/r\/sites\/Chemours\/_layouts\/15\/Doc.aspx?sourcedoc=%7B22037A33-5C03-56C1-01F3-108B67D7A247%7D&amp;file=Rules%20for%20online%20charge%20size%20calculator%20-%2020250416.xlsx&amp;action=default&amp;mobileredirect=true\">Chemours\u2019 Excel<\/a>\u00a0exactly.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading has-medium-font-size\"><strong>3. Identified &amp; Fixed A Floating-Point Precision Bug<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Issue:<\/strong> In specific small room dimensions (e.g., 2x2x2), the QLAV value was calculating as <code>1.14<\/code> instead of <code>1.13<\/code>. This was due to standard JavaScript floating-point math (e.g., <code>1.12 + 0.01<\/code> resulting in <code>1.1300000000000001<\/code>), causing <code>Math.ceil<\/code> to round up incorrectly.<\/li>\n\n\n\n<li><strong>Fix:<\/strong> Replaced the ceiling calculation with an integer-based rounding approach:<\/li>\n\n\n\n<li><code>Before Math.ceil((val + 0.01) * 100) \/ 100 \/\/ <\/code><\/li>\n\n\n\n<li><code>After (Math.round(val * 100) + 1) \/ 100<\/code><\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. Implemented getC31 Helper for Non-Sealed Systems 2. All SEALED &amp; NON-SEALED OA (Other Applications)\u00a0results match\u00a0Chemours\u2019 Excel\u00a0exactly. 3. Identified &amp; Fixed A Floating-Point Precision Bug<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-330","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/opteon.contentim.com\/index.php\/wp-json\/wp\/v2\/pages\/330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opteon.contentim.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/opteon.contentim.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/opteon.contentim.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/opteon.contentim.com\/index.php\/wp-json\/wp\/v2\/comments?post=330"}],"version-history":[{"count":7,"href":"https:\/\/opteon.contentim.com\/index.php\/wp-json\/wp\/v2\/pages\/330\/revisions"}],"predecessor-version":[{"id":340,"href":"https:\/\/opteon.contentim.com\/index.php\/wp-json\/wp\/v2\/pages\/330\/revisions\/340"}],"wp:attachment":[{"href":"https:\/\/opteon.contentim.com\/index.php\/wp-json\/wp\/v2\/media?parent=330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}