Skip to content

Commit 2d610c8

Browse files
authored
resolve example failure issue.
Signed-off-by: Harsh <[email protected]>
1 parent a81b2e2 commit 2d610c8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/polygamma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ v = polygamma( 2, -1.0 );
7474
If `x` on the other hand is a negative even `integer`, the function returns `NaN`.
7575

7676
```javascript
77-
v = polygamma( 2, -4.0 );
77+
var v = polygamma( 2, -4.0 );
7878
// returns NaN
7979

8080
v = polygamma( 2, -2.0 );

0 commit comments

Comments
 (0)