Skip to content

Commit fc937a6

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 1354044 commit fc937a6

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"alias": "besselj0",
7070
"pkg_desc": "compute the Bessel function of the first kind of order zero for a double-precision floating-point number",
7171
"desc": "computes the Bessel function of the first kind of order zero for a double-precision floating-point number",
72-
"short_desc": "Bessel J0",
72+
"short_desc": "Bessel function of the first kind of order zero",
7373
"parameters": [
7474
{
7575
"name": "x",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"alias": "besselj1",
7070
"pkg_desc": "compute the Bessel function of the first kind of order one for a double-precision floating-point number",
7171
"desc": "computes the Bessel function of the first kind of order one for a double-precision floating-point number",
72-
"short_desc": "Bessel J1",
72+
"short_desc": "Bessel function of the first kind of order one",
7373
"parameters": [
7474
{
7575
"name": "x",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"alias": "bessely0",
7070
"pkg_desc": "compute the Bessel function of the second kind of order zero for a double-precision floating-point number",
7171
"desc": "computes the Bessel function of the second kind of order zero for a double-precision floating-point number",
72-
"short_desc": "Bessel Y0",
72+
"short_desc": "Bessel function of the second kind of order zero",
7373
"parameters": [
7474
{
7575
"name": "x",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"alias": "bessely1",
7070
"pkg_desc": "compute the Bessel function of the second kind of order one for a double-precision floating-point number",
7171
"desc": "computes the Bessel function of the second kind of order one for a double-precision floating-point number",
72-
"short_desc": "Bessel Y1",
72+
"short_desc": "Bessel function of the second kind of order one",
7373
"parameters": [
7474
{
7575
"name": "x",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"alias": "ceil2",
7373
"pkg_desc": "round a double-precision floating-point number to the nearest power of two toward positive infinity",
7474
"desc": "rounds a double-precision floating-point number to the nearest power of two toward positive infinity",
75-
"short_desc": "ceil to power of two",
75+
"short_desc": "",
7676
"parameters": [
7777
{
7878
"name": "x",

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"alias": "ceilf",
7676
"pkg_desc": "round a single-precision floating-point number toward positive infinity",
7777
"desc": "rounds a single-precision floating-point number toward positive infinity",
78-
"short_desc": "ceil",
78+
"short_desc": "",
7979
"parameters": [
8080
{
8181
"name": "x",
@@ -138,12 +138,8 @@
138138
"round",
139139
"integer",
140140
"nearest",
141-
"value",
142-
"number",
143-
"float",
144-
"float32",
145-
"single-precision",
146-
"flt"
141+
"ceiling",
142+
"floor"
147143
],
148144
"extra_keywords": [
149145
"math.ceil"

0 commit comments

Comments
 (0)