File tree Expand file tree Collapse file tree 5 files changed +20
-10
lines changed
lib/node_modules/@stdlib/stats/base/dists/cosine Expand file tree Collapse file tree 5 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 58
58
"dependencies" : [
59
59
" @stdlib/math/base/assert/is-nan" ,
60
60
" @stdlib/math/base/special/sinpi" ,
61
- " @stdlib/constants/float64/pi"
61
+ " @stdlib/constants/float64/pi" ,
62
+ " @stdlib/constants/float64/eps"
62
63
]
63
64
},
64
65
{
75
76
"dependencies" : [
76
77
" @stdlib/math/base/assert/is-nan" ,
77
78
" @stdlib/math/base/special/sinpi" ,
78
- " @stdlib/constants/float64/pi"
79
+ " @stdlib/constants/float64/pi" ,
80
+ " @stdlib/constants/float64/eps"
79
81
]
80
82
}
81
83
]
Original file line number Diff line number Diff line change 62
62
" @stdlib/math/base/special/sinpi" ,
63
63
" @stdlib/constants/float64/pi" ,
64
64
" @stdlib/math/base/special/ln" ,
65
- " @stdlib/constants/float64/ninf"
65
+ " @stdlib/constants/float64/ninf" ,
66
+ " @stdlib/constants/float64/eps"
66
67
]
67
68
},
68
69
{
81
82
" @stdlib/math/base/special/sinpi" ,
82
83
" @stdlib/constants/float64/pi" ,
83
84
" @stdlib/math/base/special/ln" ,
84
- " @stdlib/constants/float64/ninf"
85
+ " @stdlib/constants/float64/ninf" ,
86
+ " @stdlib/constants/float64/eps"
85
87
]
86
88
}
87
89
]
Original file line number Diff line number Diff line change 62
62
" @stdlib/math/base/special/cospi" ,
63
63
" @stdlib/constants/float64/pinf" ,
64
64
" @stdlib/constants/float64/ninf" ,
65
- " @stdlib/math/base/special/ln"
65
+ " @stdlib/math/base/special/ln" ,
66
+ " @stdlib/constants/float64/eps"
66
67
]
67
68
},
68
69
{
81
82
" @stdlib/math/base/special/cospi" ,
82
83
" @stdlib/constants/float64/pinf" ,
83
84
" @stdlib/constants/float64/ninf" ,
84
- " @stdlib/math/base/special/ln"
85
+ " @stdlib/math/base/special/ln" ,
86
+ " @stdlib/constants/float64/eps"
85
87
]
86
88
}
87
89
]
Original file line number Diff line number Diff line change 54
54
"libraries" : [],
55
55
"libpath" : [],
56
56
"dependencies" : [
57
- " @stdlib/math/base/assert/is-nan"
57
+ " @stdlib/math/base/assert/is-nan" ,
58
+ " @stdlib/constants/float64/eps"
58
59
]
59
60
},
60
61
{
69
70
"libraries" : [],
70
71
"libpath" : [],
71
72
"dependencies" : [
72
- " @stdlib/math/base/assert/is-nan"
73
+ " @stdlib/math/base/assert/is-nan" ,
74
+ " @stdlib/constants/float64/eps"
73
75
]
74
76
}
75
77
]
Original file line number Diff line number Diff line change 58
58
"dependencies" : [
59
59
" @stdlib/math/base/assert/is-nan" ,
60
60
" @stdlib/math/base/special/cospi" ,
61
- " @stdlib/constants/float64/pinf"
61
+ " @stdlib/constants/float64/pinf" ,
62
+ " @stdlib/constants/float64/eps"
62
63
]
63
64
},
64
65
{
75
76
"dependencies" : [
76
77
" @stdlib/math/base/assert/is-nan" ,
77
78
" @stdlib/math/base/special/cospi" ,
78
- " @stdlib/constants/float64/pinf"
79
+ " @stdlib/constants/float64/pinf" ,
80
+ " @stdlib/constants/float64/eps"
79
81
]
80
82
}
81
83
]
You can’t perform that action at this time.
0 commit comments