Skip to content

Commit be66913

Browse files
authored
Update package.json for Bernoulli function
Signed-off-by: Manvith <[email protected]>
1 parent 99c65e5 commit be66913

File tree

1 file changed

+15
-14
lines changed
  • lib/node_modules/@stdlib/math/base/special/bernoulli

1 file changed

+15
-14
lines changed

lib/node_modules/@stdlib/math/base/special/bernoulli/package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@
6767
"$schema": "math/[email protected]",
6868
"base_alias": "bernoulli",
6969
"alias": "bernoulli",
70-
"pkg_desc": "Compute the nth Bernoulli number",
71-
"desc": "Compute the nth Bernoulli number",
72-
"short_desc": "nth Bernoulli number",
70+
"pkg_desc": "compute the nth Bernoulli number",
71+
"desc": "compute the nth Bernoulli number",
72+
"short_desc": "Bernoulli number",
7373
"parameters": [
7474
{
7575
"name": "n",
7676
"desc": "input nonnegative integer",
7777
"type": {
7878
"javascript": "number",
79-
"jsdoc": "integer",
80-
"c": "int32_t",
81-
"dtype": "int32"
79+
"jsdoc": "number",
80+
"c": "double",
81+
"dtype": "float64"
8282
},
8383
"domain": [
8484
{
@@ -90,7 +90,7 @@
9090
"prng": "random/base/discrete-uniform",
9191
"parameters": [
9292
0,
93-
20
93+
30
9494
]
9595
},
9696
"example_values": [
@@ -102,7 +102,12 @@
102102
5,
103103
6,
104104
10,
105-
20
105+
20,
106+
15,
107+
18,
108+
25,
109+
21,
110+
22
106111
]
107112
}
108113
],
@@ -120,13 +125,9 @@
120125
"bernoulli",
121126
"number",
122127
"special",
123-
"function",
124-
"sequence"
128+
"function"
125129
],
126-
"extra_keywords": [
127-
"math.bernoulli"
128-
]
130+
"extra_keywords": []
129131
}
130132
}
131133
}
132-

0 commit comments

Comments
 (0)