Difference between revisions of "Manuals/calci/PUSH"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''PUSH (Value,Array) '''</div><br/> ==Description== *This function is used to add the value to the given set of values. *In <math>PUSH (Value,Arr...")
 
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
# PUSH(9/6,[40,23,15,20]) = 40 23 15 20 1.5
 
# PUSH(9/6,[40,23,15,20]) = 40 23 15 20 1.5
 
# PUSH(-52,[67,32,90,76,12]) = 67 32 90 76 12 -52
 
# PUSH(-52,[67,32,90,76,12]) = 67 32 90 76 12 -52
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=VEuq3nl7880|280|center|Add text}}
  
 
==See Also==
 
==See Also==

Latest revision as of 13:36, 4 April 2019

PUSH (Value,Array)


Description

  • This function is used to add the value to the given set of values.
  • In , is any number to add with in the given array.
  • is any set of values.
  • Push is the function to include the value to the given set of array values.

Examples

  1. PUSH(-78,[32,56,78,10]) = 32 56 78 10 -78
  2. PUSH(9/6,[40,23,15,20]) = 40 23 15 20 1.5
  3. PUSH(-52,[67,32,90,76,12]) = 67 32 90 76 12 -52

Related Videos

Add text

See Also

References