.\" 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 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\fP and .\" \fI\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 . .PP .ad l This manual page was written by Benjamin Seidenberg , for the Debian project (but may be used by others).