blob: e7154b1a0d4c9ba9086de0bcf4b54bcd52837f87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Wcalc is a very capable calculator. It has standard functions (sin,
asin, and sinh for example, in either radians or degrees), many
pre-defined constants (pi, e, c, etc.), support for using variables,
"active" variables, a command history, hex/octal/binary input and
output, unit conversions, embedded comments, and an expandable
expression entry field. It evaluates expressions using the standard
order of operations.
</longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|