Difference between revisions of "Manuals/calci/ABS"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<div style="font-size:30px">'''ABS(Number)'''</div><br/> | <div style="font-size:30px">'''ABS(Number)'''</div><br/> | ||
*<math>Number</math> is indicating the real value. | *<math>Number</math> is indicating the real value. | ||
| + | **ABS(), returns the absolute value of a number. | ||
==Description== | ==Description== | ||
Latest revision as of 17:25, 13 August 2018
ABS(Number)
- 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 Number}
is indicating the real value.
- ABS(), returns the absolute value of a number.
Description
- This function gives the absolute value of a given 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 Number} is the real value which we want to find absolute value of that number.
- The absolute value of a real number is its distance from 0(origin) on the number line.
- Absolute value of a number is always 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 +ve} .
- This function is used to remove negative sign from a given number.
- Absolute value is denoted by 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 ||} .
- i.e.,ABS(Number)=|Number|.
- Also 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 |7|=\sqrt{7^2}} .
ZOS
- The syntax is to calculate ABS in ZOS is .
- 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 Number} is indicating the real value.
- For e.g.,ABS(-16)*-ABS(-4)/((ABS(-4))^2*ABS(-2)).
Examples
- ABS(8) = 8
- ABS(-5) = 5
- ABS(1/2) = 0.5
- ABS(-1/4) = 0.25
Related Videos
See Also
References