Difference between revisions of "Manuals/calci/TESTARRAY"

From ZCubes Wiki
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) displays -
+
#TESTARRAY(2) =
0.1829777635999299   0.5344940012275412
+
{| class="wikitable"
0.5712455456510173   0.6570592373080135
+
|-
 +
|0.1829777635999299 || 0.5344940012275412
 +
|-
 +
|0.5712455456510173 ||  0.6570592373080135
 +
|}
  
  
#TESTARRAY(4) displays -
+
#TESTARRAY(4) =
0.605591223499204   0.4829154662749664     0.14728530804582096         0.6667561559220863
+
{| class="wikitable"
0.4932422678328676   0.2048874673350476     0.7702140291592081         0.8542186271661316
+
|-
0.17710292031366803   0.10682867002278407     0.9978666227141901         0.7193731262968901
+
|0.605591223499204 || 0.4829154662749664 || 0.14728530804582096 || 0.6667561559220863
0.8176788790487961   0.11019182308117048     0.9557915013824931         0.32031927001128535
+
|-
 
+
|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 14: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

  1. TESTARRAY(2) =
0.1829777635999299 0.5344940012275412
0.5712455456510173 0.6570592373080135


  1. 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

Array Function in Excel

See Also

References