Difference between revisions of "Manuals/calci/RECIPROCAL"
Jump to navigation
Jump to search
Line 36: | Line 36: | ||
− | [[Z_API_Functions | List of Main Z Functions]] | + | *[[Z_API_Functions | List of Main Z Functions]] |
− | [[ Z3 | Z3 home ]] | + | *[[ Z3 | Z3 home ]] |
Revision as of 01:19, 13 March 2017
RECIPROCAL(Number)
- is indicating any number for which we want the reciprocal.
Description
- This function gives the reciprocal of a number.
- We can also give a number range as argument.
ZOS
- The syntax find RECIPROCAL in ZOS is .
- is any number or range for which we want the reciprocal.
- For e.g.,RECIPROCAL(2),RECIPROCAL(2..5)
Examples
- =RECIPROCAL(2) = 0.5
- =RECIPROCAL(2..4) is
Number | Reciprocal |
---|---|
2 | 0.5 |
3 | 0.3333333333333333 |
4 | 0.2 |
See Also
References