Difference between revisions of "Activities/Calculate"

From Sugar Labs
Jump to navigation Jump to search
(Migrate to GitHub)
 
Line 1: Line 1:
<noinclude>{{TOCright}}
+
== Calculate ==
[[Category:Activities|Calculate]]</noinclude>
 
  
The Calculate Activity is an infix-notation graphing calculator. Type an expression or select components from the toolbars, and press Return to evaluate it.
+
Read at https://help.sugarlabs.org/calculate.html
  
help(index)
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/calculate.rst GitHub]
 
 
gives a list of topics, mostly mathematical function names, but also including plot.
 
 
 
help(plot)
 
 
 
explains the syntax of the plot command for graphing an expression in a given range. For example,
 
 
 
plot(sin(x), x=0..2*pi)
 
 
 
==Resources==
 
* [https://github.com/godiard/sugarlabs-calculate a git repository]
 
* [http://activities.sugarlabs.org/en-US/sugar/addon/4076 Sugar Activity Library page]
 
* Trac Tickets: [http://trac.sugarlabs.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&groupdesc=1&group=milestone&component=Calculate&order=priority&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=version&col=severity&col=resolution&col=status_field&col=reporter&col=time&col=changetime Sugar Labs], [http://dev.laptop.org/query?status=assigned&status=closed&status=new&status=reopened&groupdesc=1&group=milestone&max=150&component=calculator-activity&order=id&col=id&col=summary&col=status&col=owner&col=type&col=next_action&col=changetime OLPC]
 
 
 
==Release notes==
 
{{Transclude|0.86/Calculate}}
 

Latest revision as of 21:44, 6 June 2018

Calculate

Read at https://help.sugarlabs.org/calculate.html

The source file has been moved to GitHub