Difference between revisions of "Activities/Calculate"

From Sugar Labs
Jump to navigation Jump to search
(New Activity page)
 
(Migrate to GitHub)
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The Calculate Activity is an infix-notation graphing calculator. Type an expression or select components from the toolbars, and press Return to evaluate it.
+
== Calculate ==
  
help(help)
+
Read at https://help.sugarlabs.org/calculate.html
  
gives a list of topics, mostly mathematical function names, but also including plot.
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/calculate.rst GitHub]
 
 
help(plot)
 
 
 
explains the syntax of the plot command for graphing an expression in a given range.
 

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