mirror of https://github.com/apache/poi.git
tidy up javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
12a5ecd0b5
commit
6a4f920d89
|
@ -33,7 +33,7 @@ import java.util.List;
|
|||
*
|
||||
* <b>array</b> The array or range of data with numeric values that defines relative standing.<br>
|
||||
* <b>X</b> The value for which you want to know the rank.<br>
|
||||
* <b>significance</b> TOptional. A value that identifies the number of significant digits for the returned percentage value.
|
||||
* <b>significance</b> Optional. A value that identifies the number of significant digits for the returned percentage value.
|
||||
* If omitted, PERCENTRANK uses three digits (0.xxx).<br>
|
||||
* <br>
|
||||
* Returns a number between 0 and 1 representing a percentage.
|
||||
|
|
Loading…
Reference in New Issue