Difference between revisions of "ZCubes/Advanced Spreadsheet Computations"
Jump to navigation
Jump to search
(Created page with "==Advanced Spreadsheet Computations== <br/> This video demonstrates how to define a function in ZCubes and do the computations for a series of values for parameters easily. Yo...") |
(→Video) |
||
Line 7: | Line 7: | ||
{{#ev:youtube|FujG4f4cNUc|480|left|Advanced Spreadsheet Computations}} | {{#ev:youtube|FujG4f4cNUc|480|left|Advanced Spreadsheet Computations}} | ||
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> | <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> | ||
+ | |||
+ | ==Code== | ||
+ | v:=u+a*t; | ||
+ | v⩨; | ||
+ | v(1,9.8,1..30); | ||
Revision as of 03:17, 13 May 2020
Advanced Spreadsheet Computations
This video demonstrates how to define a function in ZCubes and do the computations for a series of values for parameters easily. You will understand how ZCubes differentiates itself from Excel or other typical spreadsheets in computing values for a set of data in a spreadsheet by creating functions. You can enable a function to handle array of values using arrayfy and a series of values can be passed as parameters.
Video
Code
v:=u+a*t; v⩨; v(1,9.8,1..30);
<< Learn ZCubes
© Copyright 1996-2020, ZCubes, Inc.