Difference between revisions of "Manuals/calci/INVERSE"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''INVERSE( | + | <div style="font-size:30px">'''INVERSE (Range) '''</div><br/> |
| − | *<math> | + | *<math>Range</math> Number is any real number. |
==Description== | ==Description== | ||
*This function shows the value of reciprocal of a given number. | *This function shows the value of reciprocal of a given number. | ||
| − | *In <math>INVERSE( | + | *In <math>INVERSE(Range)</math>,<math>Range</math> is any real number. |
*To get the reciprocal of a number, we divide 1 by the number. | *To get the reciprocal of a number, we divide 1 by the number. | ||
*All the numbers are having reciprocal except zero because 1/0 is not defined. | *All the numbers are having reciprocal except zero because 1/0 is not defined. | ||
Revision as of 12:45, 15 August 2018
INVERSE (Range)
- 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 Range} Number is any real number.
Description
- This function shows the value of reciprocal of a given number.
- 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 INVERSE(Range)} ,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 Range} is any real number.
- To get the reciprocal of a number, we divide 1 by the number.
- All the numbers are having reciprocal except zero because 1/0 is not defined.
- So here it is finding the value of 1/given number.
Examples
- INVERSE(5) = 0.2
- INVERSE(10) = 0.1
- INVERSE(7.25) = 0.13793103448275862
- INVERSE(-13) = -0.07692307692307693
- INVERSE(-20000000) = -5e-8
See Also
References