Skip to content

Commit 5926481

Browse files
feat(add c implementation): add stats/base/dists/cauchy/mode
1 parent 23494e4 commit 5926481

File tree

1 file changed

+4
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/cauchy/mode

1 file changed

+4
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"libraries": [],
5555
"libpath": [],
5656
"dependencies": [
57-
"@stdlib/math/base/assert/is-nan"
57+
"@stdlib/math/base/assert/is-nan",
58+
"@stdlib/constants/float64/eps"
5859
]
5960
},
6061
{
@@ -69,7 +70,8 @@
6970
"libraries": [],
7071
"libpath": [],
7172
"dependencies": [
72-
"@stdlib/math/base/assert/is-nan"
73+
"@stdlib/math/base/assert/is-nan",
74+
"@stdlib/constants/float64/eps"
7375
]
7476
}
7577
]

0 commit comments

Comments
 (0)