<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>计算器 &#8211; anopos</title>
	<atom:link href="https://www.anopos.com/tag/calculator/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.anopos.com</link>
	<description>人生就是选择，选择的关键在于认识自我。</description>
	<lastBuildDate>Wed, 17 Jun 2026 09:26:07 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.anopos.com/up/anopos-150x150.jpg</url>
	<title>计算器 &#8211; anopos</title>
	<link>https://www.anopos.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SpeedCrunch &#8211; 高效易用的科学计算器</title>
		<link>https://www.anopos.com/speedcrunch/</link>
					<comments>https://www.anopos.com/speedcrunch/#respond</comments>
		
		<dc:creator><![CDATA[anopos]]></dc:creator>
		<pubDate>Tue, 30 Jul 2024 08:09:42 +0000</pubDate>
				<category><![CDATA[办公&PDF]]></category>
		<category><![CDATA[工具&实用程序]]></category>
		<category><![CDATA[未分类]]></category>
		<category><![CDATA[计算器]]></category>
		<guid isPermaLink="false">https://www.anopos.com/?p=378</guid>

					<description><![CDATA[SpeedCrunch是一个高精度科学计算器，拥有高效易用的界面，可以使用键盘输入，内置80多种数学计算功能， [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">SpeedCrunch是一个高精度科学计算器，拥有高效易用的界面，可以使用键盘输入，内置80多种数学计算功能，支持公式计算，并拥有丰富的常用公式库，直接插入公式即可使用，此外，支持多国语言，支持简体中文，计算器还在MacOs、Linux平台下拥有对应版本。</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="776" height="511" src="https://www.anopos.com/up/speedcrunch.png" alt="speedcrunch" class="wp-image-681" srcset="https://www.anopos.com/up/speedcrunch.png 776w, https://www.anopos.com/up/speedcrunch-300x198.png 300w, https://www.anopos.com/up/speedcrunch-150x99.png 150w, https://www.anopos.com/up/speedcrunch-768x506.png 768w" sizes="(max-width: 776px) 100vw, 776px" /><figcaption class="wp-element-caption">speedcrunch</figcaption></figure>



<pre class="wp-block-preformatted">SpeedCrunch is a simple but powerful calculator.<br><br>Among its features are:<br>- high precision, up to 50 decimal digits<br>- to be enjoyed using keyboard<br>- result shown in scrollable window<br>- history of last expressions (use up and down arrow)<br>- built-in functions: abs, sqrt, pi, log, exp, ln, sin, cos, tan, sinh,<br>  cosh, tanh, asin, acos, atan, arsinh, arcosh, artanh<br>- postfix operator ! lets you compute factorials<br>- support for variables, e.g try x=pi/3 and then sin(x)<br>- special variable ans holds the last calculation result<br>- percent operator, try e.g. 45%*75 or price/80%<br>- angle mode: Alt+D for degrees, Alt+R for radians<br>- automatic parentheses closing, e.g. cos(pi/4 becomes cos(pi/4)<br><br><br>Using SpeedCrunch<br>------------------<br><br>SpeedCrunch is easy to use, just type the expression that you want to calculate<br>and press Enter. Result is shown in the scrollable display. And, you can quickly<br>copy the last calculation result to the clipboard using Ctrl+R.<br><br>If you want to reuse again the expression which you typed before, then press up<br>and down arrow to access the expression history.<br><br>Beside standard algebraic operators like + (addition), - (substraction),<br>* (multiplication), * (division), ^ or ** (power), there is support for some<br>functions, for example sin, log, abs, and many more. You do not need to memorize<br>function names, use Ctrl+F to pop up a dialog where you can choose the function<br>that you need. Or take advantage of auto-completion feature, for example type s<br>only and in less than a second you will be automagically given with choices of<br>sin, sinh, and sqrt.<br><br>Advanced calculation sometimes needs memory feature. SpeedCrunch allows a<br>variable to hold calculation result. Using assignment, such as x=0.3 means that<br>variable named x has the value of 0.3, which you can always later on, for<br>example sin(x). You can define as many variables as you want. When you want to<br>use a variable but you can not recall its exact name, use Ctrl+I to show a list<br>of variables that you can pick easily.<br><br>There is a special variable, ans, which always holds the last calculation<br>result. Another variable pi holds one of the most important constant in<br>math world.<br><br>Your expression history (maximum last 100 expressions), as well as variables<br>you have defined, are saved between sessions. This means, you can still recall<br>those calculations you have done yesterday or last week.<br><br>Often, SpeedCrunch can still understand an incomplete expression. For example,<br>just typing sin followed by Enter - likely means taking the sine of last value<br>- is automatically translated as sin(ans). Also, for such function you may skip<br>the parentheses if you pass simple number or variable, sin 0.1 is as valid as<br>sin(0.1). Speaking about parentheses, closing them can be left to SpeedCrunch,<br>e.g. cos(pi/4 is automatically corrected to cos(pi/4).<br><br>For your convenience, it is even possible to customize the font and color used<br>for the display.<br><br>Keyboard Shortcuts<br>------------------<br>Up/Down   recall last expression<br>Ctrl+I    insert variable<br>Ctrl+F    insert function<br>Ctrl+R    copy last result to clipboard<br>Ctrl+S    save current session to text file<br>Alt+D     degrees mode for trigonometric functions<br>Alt+R     radians mode for trigonometric functions<br></pre>



<p class="has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(198,226,243) 0%,rgb(255,255,255) 100%)">官方网站：<a href="http://speedcrunch.org/" target="_blank" rel="noreferrer noopener">speedcrunch.org</a><br>运行平台：Windows 7/8/10/11；Mac OS X；Linux<br>界面语言：多国语言（含中文）<br>官方下载：<a href="https://heldercorreia.bitbucket.io/speedcrunch/download.html">官方下载页</a><br>—— Windows：<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-win32.exe">/SpeedCrunch-0.12-win32.exe</a>；<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-win32.zip">/SpeedCrunch-0.12-win32.zip</a>；<br>—— MacOS：<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12.dmg">/SpeedCrunch-0.12.dmg</a>；<br>—— Linux：<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-linux32.rpm">32-bit RPM</a>；<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-linux32.deb">32-bit Deb</a>；<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-linux32.tar.bz2">32-bit Generic</a>；<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-linux64.rpm">64-bit RPM</a>；<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-linux64.deb">64-bit Deb</a>；<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-linux64.tar.bz2">64-bit Generic</a><br>网盘搬运：<a href="https://casc.lanzouq.com/ipxwI25z3jgb" target="_blank" rel="noreferrer noopener">SpeedCrunch-0.12-win32.exe &#8211; 蓝奏云 (lanzouq.com)</a></p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.anopos.com/speedcrunch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Precise Calculator – 可编程高精度科学计算器</title>
		<link>https://www.anopos.com/precise-calculator/</link>
					<comments>https://www.anopos.com/precise-calculator/#respond</comments>
		
		<dc:creator><![CDATA[anopos]]></dc:creator>
		<pubDate>Sun, 07 Apr 2024 09:32:56 +0000</pubDate>
				<category><![CDATA[办公&PDF]]></category>
		<category><![CDATA[工具&实用程序]]></category>
		<category><![CDATA[未分类]]></category>
		<category><![CDATA[计算器]]></category>
		<guid isPermaLink="false">https://www.anopos.com/?p=347</guid>

					<description><![CDATA[Precise Calculator&#160;是一款适用于 Windows 的免费开源科学计算器。特征： P [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>Precise Calculator</strong>&nbsp;是一款适用于 Windows 的免费开源科学计算器。特征：</p>



<ul class="wp-block-list">
<li>任意精度（最多 100,000,000 位有效数字）</li>



<li>复数</li>



<li>分数</li>



<li>列表、向量、矩阵</li>



<li>历史记录（快捷键 Ctrl+Up、Ctrl +Down）</li>



<li>计算器可以将所有结果写入日志文件</li>



<li>命令 if、goto、print、return</li>



<li>变量数量不限</li>



<li>常用公式可以另存为宏</li>



<li>计算器可以翻译成其他语言</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" src="https://www.anopos.com/up/PreciseCalculator.png" alt="Precise Calculator" class="wp-image-349"/></figure>



<p class="wp-block-paragraph"><strong>Precise Calculator</strong>&nbsp;is a free open source scientific calculator for Windows.Features:</p>



<ul class="wp-block-list">
<li>arbitrary precision (up to 100,000,000 significant digits)</li>



<li>complex numbers</li>



<li>fractions</li>



<li>lists, vectors, matrices</li>



<li>history (shortcuts ctrl+up, ctrl+down)</li>



<li>calculator can write all results to a log file</li>



<li>commands if, goto, print, return</li>



<li>unlimited number of variables</li>



<li>frequently used formulas can be saved as macros</li>



<li>calculator can be translated to other languages</li>
</ul>



<p class="wp-block-paragraph"><br>System requirements:</p>



<ul class="wp-block-list">
<li>Intel or AMD processor</li>



<li>Microsoft Windows operating system (tested on Windows 2000/XP/Vista/7/8/10/11)</li>
</ul>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">官方网站：<a href="https://preccalc.sourceforge.net/index.shtml">Precise Calculator &#8211; programmable scientific calculator (sourceforge.net)</a><br>官方下载：Current version is 2.8<br><a href="https://sourceforge.net/projects/preccalc/files/preccalc-64bit.zip/download" target="_blank" rel="noreferrer noopener">Download Precise Calculator 64-bit</a> &#8211; recommended<br><a href="https://sourceforge.net/projects/preccalc/files/preccalc-32bit.zip/download" target="_blank" rel="noreferrer noopener">Download Precise Calculator 32-bit</a> &#8211; for older Windows versions<br><a href="https://sourceforge.net/projects/preccalc/files/preccalc-console.zip/download" target="_blank" rel="noreferrer noopener">Download command-line calculator</a> &#8211; for automated batch scripts<br><a href="https://github.com/plastovicka/PreciseCalculator" target="_blank" rel="noreferrer noopener">Source code</a> &#8211; GitHub project</p>



<p class="has-background wp-block-paragraph" style="background:linear-gradient(91deg,rgb(70,217,61) 0%,rgb(249,249,249) 100%)">网盘搬运：<a href="https://casc.lanzouq.com/ipIWg1u8s5fi">preccalc-64bit.zip &#8211; 蓝奏云 (lanzouq.com)</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.anopos.com/precise-calculator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
