File: HELP

package info (click to toggle)
graphmonkey 1.7-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • ctags: 130
  • sloc: cs: 1,531; makefile: 75; sh: 1
file content (35 lines) | stat: -rw-r--r-- 781 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
GraphMonkey - mono based graphing calculator
Copyright (C) 2006 Lounis Bellabes
nolius@users.sourceforge.net
GPL license.

GraphMonkey is a mono based graphing calculator.
you need mono and gtk-sharp-2.

you can use:
+ , -, *, /
square root : sqrt()
powers : ^
brackets
sine : sin()
cosine : cos()
tangent : tan()
arcsine : asin()
arccosine : acos()
arctangent : atan()
hyperbolic sine : sinh()
hyperbolic cosine : cosh()
hyperbolic tangent : tan()
natural logarithm: ln()
base 10 logarithm: log()
exponential : exp()
absolute value:  abs()
greatest integer: int()

It is also possible to modify the range and to do some calculations.

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