<?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: How to Use GNU bc (Basic Calculator) in Linux	</title>
	<atom:link href="https://www.tecmint.com/bc-command-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/bc-command-examples/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 14:26:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Dieter Mueller		</title>
		<link>https://www.tecmint.com/bc-command-examples/comment-page-1/#comment-1996408</link>

		<dc:creator><![CDATA[Dieter Mueller]]></dc:creator>
		<pubDate>Fri, 14 Apr 2023 15:40:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30303#comment-1996408</guid>

					<description><![CDATA[I used Linux for many years. Now I have an HP desktop. I&#039;m very dissatisfied with the way the &quot;Giant&quot; is making changes without my consent. I was trying to change back to LINUX but I&#039;m not sure that all my &quot;simple&quot; contents are getting lost. 

If I can change it back to LINUX without losing it - I will change it immediately. Microsoft changes my products during the night without consent. I would like to change if I do not have losses. Please let me know. Thanks]]></description>
			<content:encoded><![CDATA[<p>I used Linux for many years. Now I have an HP desktop. I&#8217;m very dissatisfied with the way the &#8220;Giant&#8221; is making changes without my consent. I was trying to change back to LINUX but I&#8217;m not sure that all my &#8220;simple&#8221; contents are getting lost. </p>
<p>If I can change it back to LINUX without losing it &#8211; I will change it immediately. Microsoft changes my products during the night without consent. I would like to change if I do not have losses. Please let me know. Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rock Brentwood		</title>
		<link>https://www.tecmint.com/bc-command-examples/comment-page-1/#comment-1930484</link>

		<dc:creator><![CDATA[Rock Brentwood]]></dc:creator>
		<pubDate>Thu, 15 Dec 2022 05:31:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30303#comment-1930484</guid>

					<description><![CDATA[&lt;code&gt;echo &quot;n = 5, x = 3, i = 0, y = 1; a: if (i &#060; n) { i++, y *= x; goto a; } else y;&#034; &#124; cbc&lt;/code&gt;

(It returns 243.)

C-BC is now on GitHub: https://github.com/RockBrentwood/CBC

C-BC is significantly larger than GNU BC. I&#039;m fixing to fork and graft GNU BC, itself, into C-BC which is also about to under another upward revision (the switch statement was added in, in the last revision). Among other things, the I/O primitives might be remade into primitives for multi-threaded concurrency in a manner similar to Go.]]></description>
			<content:encoded><![CDATA[<p><code>echo "n = 5, x = 3, i = 0, y = 1; a: if (i &lt; n) { i++, y *= x; goto a; } else y;&quot; | cbc</code></p>
<p>(It returns 243.)</p>
<p>C-BC is now on GitHub: <a target="_blank" href="https://github.com/RockBrentwood/CBC" rel="nofollow ugc">https://github.com/RockBrentwood/CBC</a></p>
<p>C-BC is significantly larger than GNU BC. I&#039;m fixing to fork and graft GNU BC, itself, into C-BC which is also about to under another upward revision (the switch statement was added in, in the last revision). Among other things, the I/O primitives might be remade into primitives for multi-threaded concurrency in a manner similar to Go.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kieran		</title>
		<link>https://www.tecmint.com/bc-command-examples/comment-page-1/#comment-1850024</link>

		<dc:creator><![CDATA[Kieran]]></dc:creator>
		<pubDate>Sun, 24 Jul 2022 01:29:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30303#comment-1850024</guid>

					<description><![CDATA[I am using &lt;strong&gt;BestCalculator&lt;/strong&gt;, Shipwreck software, which utilizes bcBasic.

I&#039;ve written two short programs which work perfectly but the third very similar one using the same variables and the same equation keeps coming up with the left side variable being NaN or, after I set one of the right-hand constants at a value instead of zero, &#039;infinity&#039;.]]></description>
			<content:encoded><![CDATA[<p>I am using <strong>BestCalculator</strong>, Shipwreck software, which utilizes bcBasic.</p>
<p>I&#8217;ve written two short programs which work perfectly but the third very similar one using the same variables and the same equation keeps coming up with the left side variable being NaN or, after I set one of the right-hand constants at a value instead of zero, &#8216;infinity&#8217;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Reynolds		</title>
		<link>https://www.tecmint.com/bc-command-examples/comment-page-1/#comment-1025844</link>

		<dc:creator><![CDATA[Kevin Reynolds]]></dc:creator>
		<pubDate>Tue, 21 Aug 2018 08:43:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30303#comment-1025844</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/bc-command-examples/comment-page-1/#comment-1025808&quot;&gt;Aaron Kili&lt;/a&gt;.

You got it!  And thank you too!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/bc-command-examples/comment-page-1/#comment-1025808">Aaron Kili</a>.</p>
<p>You got it!  And thank you too!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/bc-command-examples/comment-page-1/#comment-1025809</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 21 Aug 2018 05:53:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30303#comment-1025809</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/bc-command-examples/comment-page-1/#comment-1025759&quot;&gt;bluebat&lt;/a&gt;.

@bluebat

Thanks for sharing.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/bc-command-examples/comment-page-1/#comment-1025759">bluebat</a>.</p>
<p>@bluebat</p>
<p>Thanks for sharing.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
