Skip to content

Commit ea63211

Browse files
authored
docs: fix incorrect return value in C usage section
PR-URL: #10955 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent de1b9a2 commit ea63211

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/triangular/variance

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/triangular/variance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Returns the [variance][variance] of a [triangular][triangular-distribution] dist
173173

174174
```c
175175
double out = stdlib_base_dists_triangular_variance( 0.0, 1.0, 0.5 );
176-
// returns ~0.056
176+
// returns ~0.042
177177
```
178178

179179
The function accepts the following arguments:

0 commit comments

Comments
 (0)