<?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 How to make a number with more than 16 bits count correctly in bytes? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385765#M63587</link>
    <description>&lt;P&gt;In JMP, when the number of bits in a numeric format is greater than 16 bits, it is displayed as a scientific count.&lt;BR /&gt;The result calculated with "length(char())"、 "right(char(),)" is different from the result calculated with text format of the same number of digits.&lt;BR /&gt;How can we make this very large number compute with these functions the same result as the text in the text forma？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-05-17_18-31-01.png" style="width: 727px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32884i2861653FEBB71D9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-05-17_18-31-01.png" alt="2021-05-17_18-31-01.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 19:47:02 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2023-06-09T19:47:02Z</dc:date>
    <item>
      <title>How to make a number with more than 16 bits count correctly in bytes?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385765#M63587</link>
      <description>&lt;P&gt;In JMP, when the number of bits in a numeric format is greater than 16 bits, it is displayed as a scientific count.&lt;BR /&gt;The result calculated with "length(char())"、 "right(char(),)" is different from the result calculated with text format of the same number of digits.&lt;BR /&gt;How can we make this very large number compute with these functions the same result as the text in the text forma？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-05-17_18-31-01.png" style="width: 727px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32884i2861653FEBB71D9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-05-17_18-31-01.png" alt="2021-05-17_18-31-01.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:47:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385765#M63587</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2023-06-09T19:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a number with more than 16 bits count correctly in bytes?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385777#M63588</link>
      <description>&lt;P&gt;First, read&lt;A href="https://en.wikipedia.org/wiki/Double-precision_floating-point_format" target="_blank" rel="noopener"&gt; this article&lt;/A&gt; on 64-bit floating point. There are always 15 significant digits, sometimes 16 depending on the number.&lt;/P&gt;&lt;P&gt;Then, if you really want to show the noise where the least significant digits are (starting in position 16), use a format.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="You can show more digits, up to around 30, I think, which is only useful for aligning columns. There is NO actual data there, it is meaningless." style="width: 980px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32885i9C05236719041A72/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="You can show more digits, up to around 30, I think, which is only useful for aligning columns. There is NO actual data there, it is meaningless." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;You can show more digits, up to around 30, I think, which is only useful for aligning columns. There is NO actual data there, it is meaningless.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 11:38:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385777#M63588</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-05-17T11:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a number with more than 16 bits count correctly in bytes?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385803#M63589</link>
      <description>&lt;P&gt;I've already set it this way, but I still don't see 1111111111111111111111 when I format it numerically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank Craige!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-05-17_19-58-58.png" style="width: 565px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32886iD39A32B9D2F54F05/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-05-17_19-58-58.png" alt="2021-05-17_19-58-58.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 12:02:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385803#M63589</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-05-17T12:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a number with more than 16 bits count correctly in bytes?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385804#M63590</link>
      <description>If this number is in the matrix, I still have no way to deal with it.</description>
      <pubDate>Mon, 17 May 2021 12:04:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385804#M63590</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-05-17T12:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a number with more than 16 bits count correctly in bytes?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385808#M63592</link>
      <description>&lt;P&gt;You'll need to use the format when you convert the number to a string, not just in the data table's column display:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;char(12345678901234567890,40,20)&lt;BR /&gt;/*:&lt;/P&gt;&lt;P&gt;"12345678901234567168.0000000000000000000"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;char(12345678901234567890,30,0)&lt;BR /&gt;/*:&lt;/P&gt;&lt;P&gt;"12345678901234567168"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might also want to use the format function and be explicit about the format. I'm not sure what rules char() is using above.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 12:20:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-make-a-number-with-more-than-16-bits-count-correctly-in/m-p/385808#M63592</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-05-17T12:20:54Z</dc:date>
    </item>
  </channel>
</rss>

