Difference between revisions of "Array.$d()"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 9: Line 9:
  
 
==Examples==
 
==Examples==
(MS(4)).$d (SIN)  
+
*(MS(4)).$d (SIN)  
(1..3**3).$d(SIN)
+
*(1..3**3).$d(SIN)

Latest revision as of 03:54, 28 February 2022


Array.$d(Function|Array of Functions[,param1,param2,...])

Same as Array.$diag()

Examples

  • (MS(4)).$d (SIN)
  • (1..3**3).$d(SIN)