Calculator - xfce4-calculator-plugin

xfce4-calculator-plugin is a calculator plugin for the Xfce4 panel.


Usage

  1. Right-click on the added plugin to open the settings window.

Place the plugin in the panel, enter the calculation into the text field and press Enter to calculate the result.

The plugin supports common mathematical operators (+, -, *, /, ^) with usual precedence rules, and the following functions and constants:

pi π≈3.141592654…
abs(x) Absolute value
sqrt(x) Square root
cbrt(x) Cubic root
sin(x) Sine
cos(x) Cosine
tan(x) Tangent
asin(x), arcsin(x) Inverse of the sine function
acos(x), arccos(x) Inverse of the cosine function
atan(x), arctan(x) Inverse of the tangent function
exp(x) Exponential function
log(x), ln(x) Natural logaritm (base e)
log2(x) Binary logarithm (base 2)
log10(x), lg(x) Decadic/Common logarithm (base 10)

Back To Top


Screenshots

Calculator Plugin: On the Panel with an Example
Calculator Plugin: On the Panel with an Example

Calculator Plugin: Right Click on the Plugin Icon
Calculator Plugin: Right Click on the Plugin Icon

Calculator Plugin: Settings Window
Calculator Plugin: Settings Window

Back to Top


Latest Release

Read the CHANGELOG


Source Code Repository

https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin


Reporting Bugs

Back To Top


Return to xfce4-panel Main Documentation Page