Difference between revisions of "Manuals/calci/RECIPROCAL"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''RECIPROCAL(Number)'''</div><br/>
+
<div style="font-size:30px">'''RECIPROCAL (Value,By)'''</div><br/>
*<math>Number</math> is indicating any number for which we want the reciprocal.  
+
*<math>Value</math> and <math>By</math> is any real value.
  
 
==Description==
 
==Description==
 
*This function gives the reciprocal of a number.
 
*This function gives the reciprocal of a number.
*We can also give a number range as argument.
+
*In <math>RECIPROCAL (Value,By)</math>,<math>Value</math> and <math>By</math> is any real value.
 +
*<math>Value</math> is the numerator value.
 +
*<math>By</math> is the denominator value.
 +
*Here it is taking the reciprocal value which is numerator converts in to denominator and denominator converts in to Numerator.
 +
*Finally it is calculating the division and showing the result in Decimals.
 +
 
  
==ZOS==
 
*The syntax find RECIPROCAL in ZOS is <math>RECIPROCAL(number)</math>.
 
**<math>number</math> is any number or range for which we want the reciprocal.
 
*For e.g.,RECIPROCAL(2),RECIPROCAL(2..5)
 
  
 
==Examples==
 
==Examples==
#=RECIPROCAL(2) = 0.5
+
#RECIPROCAL(2,3) = 1.5
#=RECIPROCAL(2..4) is
+
#RECIPROCAL(11,17) = 1.5454545454545454
 +
#RECIPROCAL(5,-13) = -2.6
 +
# RECIPROCAL(-25,10) = -0.4
  
{| class="wikitable"
 
|-
 
! Number !! Reciprocal
 
|-
 
| 2 || 0.5
 
|-
 
| 3 || 0.3333333333333333
 
|-
 
| 4 || 0.2
 
|-
 
|}
 
  
 
==See Also==
 
==See Also==
 
*[[Manuals/calci/SERIESTERMS| SERIESTERMS]]
 
*[[Manuals/calci/SERIESTERMS| SERIESTERMS]]
 +
*[[Manuals/calci/RANK  | RANK ]]
 +
*[[Manuals/calci/RATIOS  | RATIOS]]
 +
*[[Manuals/calci/PERCENTRANK  | PERCENTRANK ]]
  
 
==References==
 
==References==

Revision as of 13:14, 29 August 2017

RECIPROCAL (Value,By)


  • and is any real value.

Description

  • This function gives the reciprocal of a number.
  • In , and is any real value.
  • is the numerator value.
  • is the denominator value.
  • Here it is taking the reciprocal value which is numerator converts in to denominator and denominator converts in to Numerator.
  • Finally it is calculating the division and showing the result in Decimals.


Examples

  1. RECIPROCAL(2,3) = 1.5
  2. RECIPROCAL(11,17) = 1.5454545454545454
  3. RECIPROCAL(5,-13) = -2.6
  4. RECIPROCAL(-25,10) = -0.4


See Also

References

Reciprocal