File: graphmonkey.1

package info (click to toggle)
graphmonkey 1.7-4.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 204 kB
  • sloc: cs: 1,531; makefile: 76; sh: 1
file content (90 lines) | stat: -rw-r--r-- 2,019 bytes parent folder | download | duplicates (5)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH GRAPHMONKEY 1 "June  13, 2008"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
graphmonkey \- Mono based graph drawing application
.SH SYNOPSIS
.B graphmonkey
.br
.SH DESCRIPTION
This manual page documents briefly the
.B graphmonkey
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
.\" respectively.
\fBgraphmonkey\fP is a Mono based graph drawing application.
.br

The following symbols are available:
.br	
	+ , -, *, /
.br
	square roots : sqrt()
.br
	powers square : ^
.br
	brackets
.br	
	sine : sin()
.br
	cosine : cos()
.br
	tangent : tan()
.br
	arcsine : asin()
.br
	arccosine : acos()
.br
	arctangent : atan()
.br
	hyperbolic sine : sinh()
.br
	hyperbolic cosine : cosh()
.br
	hyperbolic tangent : tan()
.br
	natural logarithm : ln()
.br
	base 10 logarithm : log()
.br
	exponential : exp()
.br
	absolute value : abs()
.br
	greatest integer : int()
.sp 2
It is also possible to modify the range.

.br
For example, you can try: 
.br
sin(x)*x
.br
(sqrt(x)+5)*3
.br
2.3233^5*(x/cos(x))
.br
NOTE: replace "."  by "," if you use "," for decimal values in your country

.SH AUTHOR
graphmonkey was written by Bellabes Lounis <nolius@users.sourceforge.net>.
.PP
.ad l
This manual page was written by Benjamin Seidenberg <astronut@gmail.com>,
for the Debian project (but may be used by others).