Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/source/content/calculate.rst
blob: 09d7ba253a334d412b81bf9b5119ee0059ba4f8b (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=========
Calculate
=========

About
-----

.. image :: ../images/Activity-Calculate.png

Using Calculate
---------------

For those who have used a scientific calculator, most of the functions of Calculate will be quite familiar.

The Toolbars are

* Activity, Calculate icon: Name session, Journal entry description, collaborate 

* Edit, scissors icon: Copy, Paste 

* Functions, {x}: Square, square root, reciprocal, exponential, power, logarithm, factorial 

* Trigonometry, triangle icon: sin, cos, tan, sin-1, cos-1, tan-1, sinh, cosh, tanh 

* Boolean, Venn diagram icon: and, or, =, != 

* Constants, Greek letters icon: pi, e, gamma, phi 

* Plot: Hover menu offers Help 

* Degrees/Radian angle measure 

* Scientific/Engineering notation 

* Number of digits to show: 6, 9, 12, 15 

* Base: Decimal, binary, octal, hex 

* Exit 

Getting help
------------

To see a help option for plot, enter the command

``help(plot)``

on the text entry line. 

The general help function is

``help()``

The list of help topics is available with the command

``help(index)``

including topics not supported on the menus. Help is not provided for the constants pi, e, gamma (Euler-Mascheroni Constant) and phi (Golden Ratio), but these can be looked up on the Internet. Clicking their icons inserts their numeric values.