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
|
Source: galculator
Section: math
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf
,flex
,gettext
,intltool
,libgtk-3-dev
,libxml-parser-perl
Standards-Version: 3.9.6
Homepage: http://galculator.mnim.org/
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/galculator.git
Vcs-Git: git://anonscm.debian.org/collab-maint/galculator.git
Package: galculator
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: scientific calculator
galculator is a scientific calculator. It supports different number
bases (DEC/HEX/OCT/BIN) and angles bases (DEG/RAD/GRAD) and features a
wide range of mathematical (basic arithmetic operations, trigonometric
functions, etc) and other useful functions (memory, etc) at the moment.
galculator can be used in algebraic mode as well as in Reverse Polish
Notation (RPN).
|