Commit 7b59d77
committed
fix: use correct mathematical notation ln(f(x;k)) in C example
Changed printf format from 'logf(x;k)' to 'ln(f(x;k))' to match
standard mathematical notation for natural logarithm of PDF.1 parent bbe3a0a commit 7b59d77
File tree
1 file changed
+1
-1
lines changed- lib/node_modules/@stdlib/stats/base/dists/chi/logpdf/examples/c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
0 commit comments