Difference between revisions of "Manuals/calci/INVERSE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MATRIX("HANKEL",order)'''</div><br/>")
 
Line 1: Line 1:
<div style="font-size:30px">'''MATRIX("HANKEL",order)'''</div><br/>
+
<div style="font-size:30px">'''INVERSE(Number)'''</div><br/>
 +
*<math>Number</math> Number is any real number.
 +
 
 +
==Description==
 +
*This function shows the value of reciprocal of a given number.
 +
*In <math>INVERSE(Number)</math>,<math>Number</math> 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==
 +
*[[Manuals/calci/RECIPROCAL| RECIPROCAL]]
 +
*[[Manuals/calci/INVERSE| INVERSE]]
 +
 
 +
==References==
 +
[https://en.wikipedia.org/wiki/Reciprocal  Reciprocal]
 +
 
 +
 
 +
 
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 
 +
*[[ Z3 |  Z3 home ]]

Revision as of 14:34, 7 June 2017

INVERSE(Number)


  • Number is any real number.

Description

  • This function shows the value of reciprocal of a given number.
  • In , 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

  1. INVERSE(5) = 0.2
  2. INVERSE(10) = 0.1
  3. INVERSE(7.25) = 0.13793103448275862
  4. INVERSE(-13) = -0.07692307692307693
  5. INVERSE(-20000000) = -5e-8

See Also

References

Reciprocal