Difference between revisions of "ZCubes/Advanced Spreadsheet Computations"
Jump to navigation
Jump to search
(→Video) |
(→Code) |
||
Line 9: | Line 9: | ||
==Code== | ==Code== | ||
− | v:=u+a*t; | + | v:=u+a*t; |
− | v⩨; | + | v⩨; |
− | v(1,9.8,1..30); | + | 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.