Skip to content

Commit c0f5cff

Browse files
committed
Remove backticks
1 parent 209d484 commit c0f5cff

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/math/base/special/polygamma/docs

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/math/base/special/polygamma/docs/repl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
{{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
44
of the natural logarithm of the gamma function.
55

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`.
77

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`.
99

10-
If provided `NaN` as either parameter, the `function` returns `NaN`.
10+
If provided `NaN` as either parameter, the function returns `NaN`.
1111

1212
Parameters
1313
----------

0 commit comments

Comments
 (0)