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

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
==Array.$d(Function|Array of Functions[,param1,param2,...]) ==
 
==Array.$d(Function|Array of Functions[,param1,param2,...]) ==
  
Internal Function. TBD.
+
Same as [[ Array.$diag() | Array.$diag()]]
 +
 
 +
==Examples==
 +
*(MS(4)).$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)