forked from galculator/galculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galculator.appdata.xml.in
53 lines (53 loc) · 2.11 KB
/
galculator.appdata.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>galculator.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>galculator</name>
<summary>a GTK 2 / GTK 3 algebraic and RPN calculator</summary>
<description>
<p>
galculator is a GTK 2 / GTK 3 based calculator with ordinary notation/reverse polish notation (RPN), a
formula entry mode, different number bases (DEC, HEX, OCT, BIN) and different units of angular
measure (DEG, RAD, GRAD). It supports quad-precision floating point and 112-bit binary arithmetic.
</p>
<p>
galculator's main features include:
</p>
<ul>
<li>Algebraic mode, RPN (Reverse Polish Notation), Formula Entry and Paper mode</li>
<li>Decimal, hexadecimal, octal and binary number base</li>
<li>Radiant, degree and grad support</li>
<li>Basic and Scientific Mode</li>
<li>User defined constants and functions</li>
<li>Trigonometric functions, power, sqare root, natural and common logarithm, inverse and hyperbolic functions</li>
<li>Binary arithmetic of configurable bit length and signedness</li>
<li>Quad-precision floating point arithmetic</li>
<li>112-bit binary arithmetic</li>
<li>Copy and paste</li>
<li>Available in more than 20 translations</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<caption>main window in scientific mode</caption>
<image width="688" height="387">
https://alexpl.fedorapeople.org/AppData/galculator/screens/galculator_01.png
</image>
</screenshot>
<screenshot>
<caption>main window in scientific RPN mode</caption>
<image width="688" height="387">
https://alexpl.fedorapeople.org/AppData/galculator/screens/galculator_02.png
</image>
</screenshot>
<screenshot>
<caption>main window in scientific formula entry mode</caption>
<image width="688" height="387">
https://alexpl.fedorapeople.org/AppData/galculator/screens/galculator_03.png
</image>
</screenshot>
</screenshots>
<url type="homepage">http://galculator.sf.net</url>
<updatecontact>[email protected]</updatecontact>
</component>