File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
lib/node_modules/@stdlib/stats/base/dists/beta/entropy Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5656 "libpath" : [],
5757 "dependencies" : [
5858 " @stdlib/math/base/special/betaln" ,
59- " @stdlib/math/base/special/digamma"
59+ " @stdlib/math/base/special/digamma" ,
60+ " @stdlib/constants/float64/eps"
6061 ]
6162 },
6263 {
7273 "libpath" : [],
7374 "dependencies" : [
7475 " @stdlib/math/base/special/betaln" ,
75- " @stdlib/math/base/special/digamma"
76+ " @stdlib/math/base/special/digamma" ,
77+ " @stdlib/constants/float64/eps"
7678 ]
7779 }
7880 ]
Original file line number Diff line number Diff line change 2020#include "stdlib/math/base/napi/binary.h"
2121
2222// cppcheck-suppress shadowFunction
23- STDLIB_MATH_BASE_NAPI_MODULE_DD_D ( stdlib_base_dists_beta_entropy )
23+ STDLIB_MATH_BASE_NAPI_MODULE_DD_D ( stdlib_base_dists_beta_entropy )
You can’t perform that action at this time.
0 commit comments