Difference between revisions of "ZCubes/Writing Functions in ZCubes"
Jump to navigation
Jump to search
(Created page with "==Writing Functions in ZCubes== <br/> You can write functions in ZCubes to do any computation. You can define your own functions in easy and natural way. The differentiating c...") |
(→Video) |
||
Line 7: | Line 7: | ||
{{#ev:youtube|aMijpOvNYTM|480|left|Writing Functions in ZCubes}} | {{#ev:youtube|aMijpOvNYTM|480|left|Writing Functions in ZCubes}} | ||
<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== | ||
+ | d:=s*t; | ||
+ | d(3,6) | ||
+ | |||
+ | v:=u+a*t; | ||
+ | v(4,6,7) | ||
Revision as of 02:01, 24 March 2020
Writing Functions in ZCubes
You can write functions in ZCubes to do any computation. You can define your own functions in easy and natural way. The differentiating capability of ZCubes is that your function can read almost like real life equations, if you are trying to program an equation in Physics, Statistics etc.
Video
Code
d:=s*t; d(3,6)
v:=u+a*t; v(4,6,7)
<< Learn ZCubes
© Copyright 1996-2020, ZCubes, Inc.