Skip to content

Calculator

A calculator is an application that solves mathematical equations. Although at first glance it's a simple calculator with basic arithmetic, you can switch to Advanced Mode, Financial Mode, or Programming Mode to discover an amazing array of capabilities.

Advanced mode supports many operations, including: logarithms, factorials, trigonometric and hyperbolic functions, modulo division, complex numbers, random number generator, prime factorization, and unit conversion.

Financial mode supports several calculations, including periodic interest rate, present and future value, doubling and straight-line depreciation, and many others.

The programming mode supports conversions between common number systems (binary, octal, decimal and hexadecimal), Boolean algebra, reciprocal and complement codes, character code conversion and other features.

Installation from repository

Calculator can be installed in any familiar and convenient way:

Install via GNOME Software

In three clicks 😊

Follow the link install Calculator and confirm the “open application” operation in the browser. The Application Center will open, select the source "Sisyphus" in it, and click the "download" button

Installation via terminal

shell
su -
apt-get update
apt-get install gnome-calculator
shell
epm -i gnome-calculator

Installation using Flatpak

If you have the Flatpak package, you can install Calculator with one command:

shell
flatpak install flathub org.gnome.Calculator

Or using the GNOME Software 🤔

Follow the link to install Calculator, then confirm the "open application" operation in the browser. After this, the Application Center will open, select the source "Flathub" in it and click the "download" button

Published under the GPL-3.0+ license. The content is available under the CC BY-SA 4.0 license, unless otherwise specified.