Difference between revisions of "Manuals/calci/TESTARRAY"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''TESTARRAY(Size)'''</div><br/> *<math>Size</math> is the expected array size ==Description== *This function gives a test array for mentioned si...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
== Examples == | == Examples == | ||
− | #TESTARRAY(2) | + | #TESTARRAY(2) = |
− | 0.1829777635999299 | + | {| class="wikitable" |
− | 0.5712455456510173 | + | |- |
+ | |0.1829777635999299 || 0.5344940012275412 | ||
+ | |- | ||
+ | |0.5712455456510173 || 0.6570592373080135 | ||
+ | |} | ||
− | #TESTARRAY(4) | + | #TESTARRAY(4) = |
− | 0.605591223499204 | + | {| class="wikitable" |
− | 0.4932422678328676 | + | |- |
− | 0.17710292031366803 | + | |0.605591223499204 || 0.4829154662749664 || 0.14728530804582096 || 0.6667561559220863 |
− | 0.8176788790487961 | + | |- |
− | + | |0.4932422678328676 || 0.2048874673350476 || 0.7702140291592081 || 0.8542186271661316 | |
+ | |- | ||
+ | |0.17710292031366803 || 0.10682867002278407 || 0.9978666227141901 || 0.7193731262968901 | ||
+ | |- | ||
+ | |0.8176788790487961 || 0.11019182308117048 || 0.9557915013824931 || 0.32031927001128535 | ||
+ | |} | ||
==Related Videos== | ==Related Videos== |
Latest revision as of 13:30, 10 April 2018
TESTARRAY(Size)
- is the expected array size
Description
- This function gives a test array for mentioned size.
- should be an positive integer value. Else Calci gives an error.
Examples
- TESTARRAY(2) =
0.1829777635999299 | 0.5344940012275412 |
0.5712455456510173 | 0.6570592373080135 |
- TESTARRAY(4) =
0.605591223499204 | 0.4829154662749664 | 0.14728530804582096 | 0.6667561559220863 |
0.4932422678328676 | 0.2048874673350476 | 0.7702140291592081 | 0.8542186271661316 |
0.17710292031366803 | 0.10682867002278407 | 0.9978666227141901 | 0.7193731262968901 |
0.8176788790487961 | 0.11019182308117048 | 0.9557915013824931 | 0.32031927001128535 |
Related Videos
See Also
References