<?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: Using math in command bar in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7261423#M216979</link>
    <description>&lt;P&gt;(/ 5400 9) =600&lt;/P&gt;
&lt;P&gt;(/ 5400 7 will give 771)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;always include a decimal in one of the numbers to prevent rounding when dividing if rounding is not desired&lt;/P&gt;
&lt;P&gt;( 5400 7.0) = 771.429&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2017 14:27:40 GMT</pubDate>
    <dc:creator>GrantsPirate</dc:creator>
    <dc:date>2017-07-28T14:27:40Z</dc:date>
    <item>
      <title>Using math in command bar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7260851#M216975</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if there's an easy way to do some calculations in the commandbar during a command. Whenever I can, I like to use the divide to get the value I want, for example: 5400/9. Unfortuatly it's not working with multiply, add or subtract, what is the reason for that?&lt;/P&gt;&lt;P&gt;I know I can open up the calculator in AutoCAD, or use the 'cal &amp;nbsp;command to do some math, but isn't it just possible to do all the math as easy as with divide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 10:24:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7260851#M216975</guid>
      <dc:creator>jeroendewind</dc:creator>
      <dc:date>2017-07-28T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using math in command bar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7260863#M216976</link>
      <description>'calc</description>
      <pubDate>Fri, 28 Jul 2017 10:31:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7260863#M216976</guid>
      <dc:creator>JDMather</dc:creator>
      <dc:date>2017-07-28T10:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using math in command bar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7260872#M216977</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;'calc&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;I know I can open up the calculator in AutoCAD, or use the 'cal &amp;nbsp;command to do some math, but isn't it just possible to do all the math as easy as with divide?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'd rather use it without adding a commando first, but to be fair; adding 'cal isn't really much of an effort.&lt;/P&gt;&lt;P&gt;The problem of 'cal is that I'm losing my first point, direction and polar.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 10:40:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7260872#M216977</guid>
      <dc:creator>jeroendewind</dc:creator>
      <dc:date>2017-07-28T10:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using math in command bar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7260919#M216978</link>
      <description>&lt;P&gt;Use can use LISP commands.&lt;BR /&gt;(+ 5400 9)&lt;BR /&gt;(- 5400 9)&lt;BR /&gt;(* 5400 9)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other arithmetical functions see&amp;nbsp;&lt;A href="http://help.autodesk.com/view/ACD/2015/ENU/?guid=GUID-FC14467C-63B9-4400-8C6A-266D21C846AE" target="_self"&gt;HERE&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 11:19:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7260919#M216978</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2017-07-28T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using math in command bar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7261423#M216979</link>
      <description>&lt;P&gt;(/ 5400 9) =600&lt;/P&gt;
&lt;P&gt;(/ 5400 7 will give 771)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;always include a decimal in one of the numbers to prevent rounding when dividing if rounding is not desired&lt;/P&gt;
&lt;P&gt;( 5400 7.0) = 771.429&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:27:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7261423#M216979</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2017-07-28T14:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using math in command bar</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7267974#M216980</link>
      <description>&lt;P&gt;Thanks, it works allright with (* 50 25) etc.&lt;/P&gt;&lt;P&gt;It's a little bit strange but I can get used to it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 10:30:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/using-math-in-command-bar/m-p/7267974#M216980</guid>
      <dc:creator>jeroendewind</dc:creator>
      <dc:date>2017-08-01T10:30:51Z</dc:date>
    </item>
  </channel>
</rss>

