Skip to content

Commit fb23b68

Browse files
authored
docs: fix descriptions
Signed-off-by: Athan <[email protected]>
1 parent 452dfee commit fb23b68

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/math/base/special/expit

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"$schema": "math/[email protected]",
7171
"base_alias": "expit",
7272
"alias": "expit",
73-
"pkg_desc": "evaluate the base 2 exponential function for a double-precision floating-point number",
74-
"desc": "evaluates the base 2 exponential function for a double-precision floating-point number",
75-
"short_desc": "base 2 exponential function",
73+
"pkg_desc": "evaluate the standard logistic function for a double-precision floating-point number",
74+
"desc": "evaluates the standard logistic function for a double-precision floating-point number",
75+
"short_desc": "standard logistic function",
7676
"parameters": [
7777
{
7878
"name": "x",

0 commit comments

Comments
 (0)