Changes

Jump to navigation Jump to search
no edit summary
Line 12: Line 12:     
<br/>e.g 1) In Z3 code editor:
 
<br/>e.g 1) In Z3 code editor:
<br/>dist:= speed *time;
+
dist:= speed *time;
<br/>dist(2,3)
+
dist(2,3)
 
+
-->This function displays result as 6.
<br/>-->This function displays result as 6.
        Line 22: Line 21:     
<br/>e.g. 2) A function can be defined directly in the CALCI cell by using '==' sign and used directly in other cell.
 
<br/>e.g. 2) A function can be defined directly in the CALCI cell by using '==' sign and used directly in other cell.
<br/>cell A1 --> ==F:=m * a;
+
<br/>Define the function in cell A1 as: 
 +
  ==F:=m * a;
 
<br/>Suppose B1=5, B2=6
 
<br/>Suppose B1=5, B2=6
<br/>cell C1 --> =F(B1,B2)  
+
<br/>Call the function in cell C1 as:
 
+
=F(B1,B2)  
<br/>-->This function displays result as 30.
+
-->This function displays result as 30.
    
Predefined functions such as SUM, ADD, SUBTRACT etc. and many other can be used directly in the CALCI as other spreadsheet softwares.
 
Predefined functions such as SUM, ADD, SUBTRACT etc. and many other can be used directly in the CALCI as other spreadsheet softwares.
writer
2,661

edits

Navigation menu