GNOME Calculator

Calculator software

This is the current revision of this page, as edited by imported>Domorito at 19:24, 26 September 2024 (→‎Variable handling: Removed content for being purely an intructional guide for variable handling; moved content to the Wikibooks book "Using Gnome"). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GNOME Calculator, formerly known as gcalctool, is the software calculator integrated with the GNOME desktop environment. It is programmed in C and Vala and part of the GNOME Core Applications.

GNOME Calculator
Written inC, Vala
Operating systemUnix-like
TypeSoftware calculator
LicenseGPL-3.0-or-later

Views

  • Basic – interface for basic arithmetic, resembling a desk calculator.
  • Advanced – an interface with scientific functions, and support for custom variables.
  • Financial – financial calculation and currency conversion.
  • Programming – a view with bit manipulation operators and radix conversion.
  • Keyboard – most of the space is taken up by the output, with no on-screen buttons. Supports currency and unit conversion.

Notation

The GNOME calculator uses the common infix notation for binary functions, such as the four basic arithmetic operations. Unlike many other calculators, it uses prefix notation, not postfix notation for unary functions. So to calculate e.g. the sine of one, the user must push the keys sin+1+=, not 1+sin, as on many other calculators.

The decimal separator on the number pad is based on the general keyboard layout since version 3.12.3.[1]

See also

References

  1. ^ "gnome-calculator 3.12.3". 2013-06-15.

External links

  • No URL found. Please specify a URL here or add one to Wikidata.