File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/node_modules/@stdlib/math/base/special/polygamma/docs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( n, x )
3
- Evaluates the polygamma function of order `n`, i.e. the ` (n+1)` th derivative
3
+ Evaluates the polygamma function of order `n`; i.e., the (n+1)th derivative
4
4
of the natural logarithm of the gamma function.
5
5
6
- If `n` is not a non-negative ` integer` , the function returns `NaN`.
6
+ If `n` is not a non-negative integer, the function returns `NaN`.
7
7
8
- If `x` is `0` or a negative ` integer` , the function returns `NaN`.
8
+ If `x` is zero or a negative integer, the function returns `NaN`.
9
9
10
- If provided `NaN` as either parameter, the ` function` returns `NaN`.
10
+ If provided `NaN` as either parameter, the function returns `NaN`.
11
11
12
12
Parameters
13
13
----------
You can’t perform that action at this time.
0 commit comments