Difference between revisions of "Manuals/calci/PERCENT"
Jump to navigation
Jump to search
(Created page with "==percent") |
|||
Line 1: | Line 1: | ||
− | ==percent | + | <div style="font-size:30px">'''PERCENT (a)'''</div><br/> |
+ | *<math>a</math> 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 ercent of number 3 is equal to 3% or 0.03 | ||
+ | |||
+ | ==Examples== | ||
+ | #PERCENT(32) = 0.32 | ||
+ | #PERCENT(9) = 0.09 | ||
+ | #PERCENT(-15) = -0.15 | ||
+ | #PERCENT(8.43) = 0.0843 | ||
+ | #PERCENT(100) = 1 | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/SUM | SUM]] | ||
+ | *[[Manuals/calci/AVERAGE | AVERAGE ]] | ||
+ | *[[Manuals/calci/RATIO | RATIO]] | ||
+ | |||
+ | ==References== | ||
+ | [https://en.wikipedia.org/wiki/Percentage Percent] |
Revision as of 14:38, 29 November 2016
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 ercent of number 3 is equal to 3% or 0.03
Examples
- PERCENT(32) = 0.32
- PERCENT(9) = 0.09
- PERCENT(-15) = -0.15
- PERCENT(8.43) = 0.0843
- PERCENT(100) = 1