blob: 46e96e4584e9703f62b49b5341646d8a59764557 (
plain)
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
|
.TH mathemagics 1 "August 10, 2020"
.SH NAME
mathemagics \- a RPN scientific calculator.
.SH SYNOPSIS
.B mathemagics
.RI [Qt-options] [TDE-options] [URL]
.SH DESCRIPTION
Mathemagics is a full-featured scientific calculator. It uses Reverse
Polish Notation or RPN. mathemagics can store and use user-defined
functions and variables, It comes with large number of built-in
functions.
.PP
.SH OPTIONS
.SS
.SS Generic Options:
.TP
.B --help
Show help about options
.TP
.B --help-qt
Show Qt specific options
.TP
.B --help-tde
Show TDE specific options
.TP
.B --help-all
Show all options
.TP
.B --author
Show author information
.TP
.B -v, --version
Show version information
.TP
.B --license
Show license information
.SS
.PP
.SH HOMEPAGE
Homepage: https://mirror.git.trinitydesktop.org/gitea/TDE/mathemagics
.SH AUTHOR
This manual page was written by gregory guy <gregory-tde@laposte.net>,
for the Trinity Desktop Environment project (but may be used by others).
|