We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452dfee commit fb23b68Copy full SHA for fb23b68
lib/node_modules/@stdlib/math/base/special/expit/package.json
@@ -70,9 +70,9 @@
70
"$schema": "math/[email protected]",
71
"base_alias": "expit",
72
"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",
+ "pkg_desc": "evaluate the standard logistic function for a double-precision floating-point number",
+ "desc": "evaluates the standard logistic function for a double-precision floating-point number",
+ "short_desc": "standard logistic function",
76
"parameters": [
77
{
78
"name": "x",
0 commit comments