Difference between revisions of "Manuals/calci/SUBTRACTFROM"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 17: Line 17:
 
#SUBTRACTFROM(876,1342) = -466
 
#SUBTRACTFROM(876,1342) = -466
 
#SUBTRACTFROM(-200,-245) = 45
 
#SUBTRACTFROM(-200,-245) = 45
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=Y6M89-6106I|280|center|Subtract}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:43, 31 January 2019

SUBTRACTFROM(Number1,Number2)


  • 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 Number1} and 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 Number2} are any real numbers.

Description

  • This function shows the subtraction of the given numbers.
  • In 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 SUBTRACTFROM(Number1,Number2)} ,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 Number1} and 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 Number2} are any real numbers.
  • Subtraction means taking one number away from another number.
  • Here 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 Number1} is called Minuend,which is the number that is to be subtracted from.
  • 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 Number2} is called Subtrahend ,which is the number that is to be subtracted.
  • The getting result is called Difference which is the result of subtracting one number from another.
  • In this function Number2 is subtracted from Number1.
  • If there is third parameter then this function will not consider the third parameter.
  • This function will consider first two parameters only.

Examples

  1. SUBTRACTFROM(90,32) = 58
  2. SUBTRACTFROM(876,1342) = -466
  3. SUBTRACTFROM(-200,-245) = 45

Related Videos

Subtract

See Also

References