We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcb256 commit fab250cCopy full SHA for fab250c
lib/node_modules/@stdlib/math/base/special/logit/README.md
@@ -39,7 +39,7 @@ The [logit][logit] function is defined as the logarithm of the odds `p / (1-p)`;
39
40
<!-- </equation> -->
41
42
-The [logit][logit] function is the inverse of the [standard logistic][standard-logistic] function, sometimes also called the sigmoid function.
+The [logit][logit] function is the inverse of the [standard logistic][standard-logistic] function, sometimes also called the sigmoid function.
43
44
</section>
45
@@ -145,7 +145,7 @@ The function accepts the following arguments:
145
- **p**: `[in] double` input value.
146
147
```c
148
-double stdlib_base_logit( const double p );
+double stdlib_base_logit( const double p );
149
```
150
151
0 commit comments