<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : limitations to a real</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : limitations to a real]]></description>
  <pubDate>Tue, 21 Apr 2026 01:24:10 +0000</pubDate>
  <lastBuildDate>Tue, 14 Dec 2010 08:28:07 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=4905</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[limitations to a real : CarlB,  thanks for your answer. I...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12261&amp;title=limitations-to-a-real#12261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=55600">XPeter61</a><br /><strong>Subject:</strong> 4905<br /><strong>Posted:</strong> 14.Dec.2010 at 08:28<br /><br />CarlB,<DIV>&nbsp;</DIV><DIV>thanks for your answer.</DIV><DIV>I think this is exactly the information I was looking for.</DIV><DIV>&nbsp;</DIV><DIV>Peter</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 14 Dec 2010 08:28:07 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12261&amp;title=limitations-to-a-real#12261</guid>
  </item> 
  <item>
   <title><![CDATA[limitations to a real : Nice!! Thanks Carl. I guess I...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12243&amp;title=limitations-to-a-real#12243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=16131">HAWDesigner</a><br /><strong>Subject:</strong> 4905<br /><strong>Posted:</strong> 13.Dec.2010 at 23:27<br /><br />Nice!! Thanks Carl. I guess I learned my 'something new' today. <img src="https://www.cadforum.cz/forum_en/smileys/smiley1.gif" border="0" align="middle" /><br><br>I have a limited knowledge of LISP, but I do have a background in computer programming and love getting tidbits of info like this. <br>]]>
   </description>
   <pubDate>Mon, 13 Dec 2010 23:27:43 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12243&amp;title=limitations-to-a-real#12243</guid>
  </item> 
  <item>
   <title><![CDATA[limitations to a real : Lisp is limited by the same precision...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12241&amp;title=limitations-to-a-real#12241</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=73469">CarlB</a><br /><strong>Subject:</strong> 4905<br /><strong>Posted:</strong> 13.Dec.2010 at 23:15<br /><br />Lisp is limited by the same precision as is AutoCAD. It can store 16 digits in a number. To properly display numbers as internally calculated, use the "rtos" function.<DIV>&nbsp;</DIV><DIV>For your example, you'll see the accurate decimals by setting precision to 1 or higher:</DIV><DIV>(rtos (+ 100000.0 3.2) 2 1)</DIV><DIV>&nbsp;</DIV><DIV>where the "2" specifies decimal output, "1" is the precision, which can be 0 to 16.</DIV><DIV>&nbsp;</DIV><DIV>With large numbers, the number of decimal places may be less that the precision;&nbsp;such as:</DIV><DIV>Command: (rtos 1234567890.0987654321 2 16)<BR>"1234567890.098765"</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 13 Dec 2010 23:15:52 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12241&amp;title=limitations-to-a-real#12241</guid>
  </item> 
  <item>
   <title><![CDATA[limitations to a real : All I can say is the system isn&amp;#039;t...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12238&amp;title=limitations-to-a-real#12238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=16131">HAWDesigner</a><br /><strong>Subject:</strong> 4905<br /><strong>Posted:</strong> 13.Dec.2010 at 22:45<br /><br />All I can say is the system isn't perfect. LISP is a very old language and relied upon many many different factors that probably aren't in place with any of today's technology.<br><br>Good Luck!!<br>]]>
   </description>
   <pubDate>Mon, 13 Dec 2010 22:45:50 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12238&amp;title=limitations-to-a-real#12238</guid>
  </item> 
  <item>
   <title><![CDATA[limitations to a real :  		Peter Poeliejoe 		04-12-1017:21 	 	 		 			When...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12093&amp;title=limitations-to-a-real#12093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=55600">XPeter61</a><br /><strong>Subject:</strong> 4905<br /><strong>Posted:</strong> 04.Dec.2010 at 17:43<br /><br /><table width="100%" cellpadding="2" cellspacing="2"><t><tr><td width="70%" ="#cccccc"><br></td>		<td width="15%" align="center" ="#cccccc">Peter Poeliejoe</td>		<td width="15%" align="center" ="#cccccc">04-12-10&nbsp;&nbsp;17:21</td>	</tr>	<tr>		<td colspan="3" ="#ffffff">			When I type this (AutoLISP):<br><br>							(+ 10000.8 2.4), the result is 10003.2, as expected.<br>							<br>However, when typed: (+ 100000.8 2.4), the result is<br>							100003.0.Is 100000 a magical border voor a real in AutoLISP? Any settings involved here?<br>							<br>Thanks in advance for any brain activity...<br>Peter<br></td></tr></t></table>]]>
   </description>
   <pubDate>Sat, 04 Dec 2010 17:43:28 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4905&amp;PID=12093&amp;title=limitations-to-a-real#12093</guid>
  </item> 
 </channel>
</rss>