<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: 5 Useful Ways to Do Arithmetic in Linux Terminal	</title>
	<atom:link href="https://www.tecmint.com/arithmetic-in-linux-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/arithmetic-in-linux-terminal/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 05:01:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Valmor		</title>
		<link>https://www.tecmint.com/arithmetic-in-linux-terminal/comment-page-1/#comment-1481990</link>

		<dc:creator><![CDATA[Valmor]]></dc:creator>
		<pubDate>Mon, 26 Apr 2021 16:09:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31494#comment-1481990</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/arithmetic-in-linux-terminal/comment-page-1/#comment-1318472&quot;&gt;Ritesh Kumar Gupta&lt;/a&gt;.

This way work on bash and zsh.
&lt;pre&gt;
❯ echo $((3+4*7+4/2))
&lt;/pre&gt;
on zsh you can also use.
&lt;pre&gt;
❯ print $((3+4*7+4/2))
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/arithmetic-in-linux-terminal/comment-page-1/#comment-1318472">Ritesh Kumar Gupta</a>.</p>
<p>This way work on bash and zsh.</p>
<pre>
❯ echo $((3+4*7+4/2))
</pre>
<p>on zsh you can also use.</p>
<pre>
❯ print $((3+4*7+4/2))
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ritesh Kumar Gupta		</title>
		<link>https://www.tecmint.com/arithmetic-in-linux-terminal/comment-page-1/#comment-1318472</link>

		<dc:creator><![CDATA[Ritesh Kumar Gupta]]></dc:creator>
		<pubDate>Mon, 24 Feb 2020 06:54:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31494#comment-1318472</guid>

					<description><![CDATA[Awesome article and very helpful in doing Arithmetic in Linux Terminal.]]></description>
			<content:encoded><![CDATA[<p>Awesome article and very helpful in doing Arithmetic in Linux Terminal.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: genek		</title>
		<link>https://www.tecmint.com/arithmetic-in-linux-terminal/comment-page-1/#comment-1239088</link>

		<dc:creator><![CDATA[genek]]></dc:creator>
		<pubDate>Sat, 07 Sep 2019 19:57:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31494#comment-1239088</guid>

					<description><![CDATA[Sorry last example works for pyton3, not python.

therefore
&lt;pre&gt;
python3
27**(1/3)
^d
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Sorry last example works for pyton3, not python.</p>
<p>therefore</p>
<pre>
python3
27**(1/3)
^d
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: genek		</title>
		<link>https://www.tecmint.com/arithmetic-in-linux-terminal/comment-page-1/#comment-1239087</link>

		<dc:creator><![CDATA[genek]]></dc:creator>
		<pubDate>Sat, 07 Sep 2019 19:55:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31494#comment-1239087</guid>

					<description><![CDATA[and i.e.. (for python)
&lt;pre&gt;
python
27**(1/3)
^d
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>and i.e.. (for python)</p>
<pre>
python
27**(1/3)
^d
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: genek		</title>
		<link>https://www.tecmint.com/arithmetic-in-linux-terminal/comment-page-1/#comment-1239086</link>

		<dc:creator><![CDATA[genek]]></dc:creator>
		<pubDate>Sat, 07 Sep 2019 19:53:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31494#comment-1239086</guid>

					<description><![CDATA[I prefer:
&lt;pre&gt;
python
1+2
3*(7%2)-1
2**8
7//3
etc.
^D
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>I prefer:</p>
<pre>
python
1+2
3*(7%2)-1
2**8
7//3
etc.
^D
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
