Manuals/calci/PUSH

From ZCubes Wiki
Jump to navigation Jump to search
PUSH (Value,Array)


Description

  • This function is used to add the value to the given set of values.
  • In Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle PUSH(Value,Array)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Value} is any number to add with in the given array.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 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