Difference between revisions of "Manuals/calci/ABS"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
*This function gives the absolute value of a given number. | *This function gives the absolute value of a given number. | ||
*Here <math>n</math> is the real number which we want to convert to absolute value of <math>n</math>. | *Here <math>n</math> is the real number which we want to convert to absolute value of <math>n</math>. | ||
| − | *The absolute value of a real number is its distance from 0 on the number line. | + | *The absolute value of a real number is its distance from 0(origin) on the number line. |
*Absolute value of a number is always <math>+ve</math> | *Absolute value of a number is always <math>+ve</math> | ||
Revision as of 03:04, 26 November 2013
ABS(n)
- Where 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 n} is the any real 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 n} is the real number which we want to convert to absolute value of 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 n} .
- 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}
Examples
- ABS(8) = 8
- ABS(-5) = 5
- ABS(1/2) = 0.5
- ABS(-1/4) = 0.25