Difference between revisions of "Manuals/calci/PERCENT"
Jump to navigation
Jump to search
(5 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
*i.e.,“for every 100” or "out of 100. | *i.e.,“for every 100” or "out of 100. | ||
*It is often denoted using the percent sign, "%". | *It is often denoted using the percent sign, "%". | ||
− | *For example | + | *For example percent of number 3 is equal to 3% |
==Examples== | ==Examples== | ||
− | #PERCENT(32) = | + | #PERCENT(32) = 32% |
− | #PERCENT(9) = | + | #PERCENT(9) = 9% |
− | #PERCENT(-15) = - | + | #PERCENT(-15) = -15% |
− | #PERCENT(8.43) = | + | #PERCENT(8.43) = 8.43% |
− | #PERCENT(100) = | + | #PERCENT(100) = 100% |
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=Lvr2YsxG10o|280|center|PERCENT}} | ||
==See Also== | ==See Also== | ||
*[[Manuals/calci/SUM | SUM]] | *[[Manuals/calci/SUM | SUM]] | ||
*[[Manuals/calci/AVERAGE | AVERAGE ]] | *[[Manuals/calci/AVERAGE | AVERAGE ]] | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/RATIOS | RATIOS]] |
==References== | ==References== | ||
[https://en.wikipedia.org/wiki/Percentage Percent] | [https://en.wikipedia.org/wiki/Percentage Percent] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 16:15, 29 November 2018
PERCENT (a)
- is the set of real numbers.
Description
- This function returns the Percent of a given number.
- In Percent(a), "a" is any positive real number.
- Percentage is a number or ratio expressed as a fraction of 100.
- i.e.,“for every 100” or "out of 100.
- It is often denoted using the percent sign, "%".
- For example percent of number 3 is equal to 3%
Examples
- PERCENT(32) = 32%
- PERCENT(9) = 9%
- PERCENT(-15) = -15%
- PERCENT(8.43) = 8.43%
- PERCENT(100) = 100%
Related Videos
See Also
References