File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/math/base/special/logit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The [logit][logit] function is defined as the logarithm of the odds `p / (1-p)`;
39
39
40
40
<!-- </equation> -->
41
41
42
- The [ logit] [ logit ] function is the inverse of the [ standard logistic] [ standard-logistic ] function, sometimes also called the sigmoid function.
42
+ The [ logit] [ logit ] function is the inverse of the [ standard logistic] [ standard-logistic ] function, sometimes also called the sigmoid function.
43
43
44
44
</section >
45
45
@@ -145,7 +145,7 @@ The function accepts the following arguments:
145
145
- ** p** : ` [in] double ` input value.
146
146
147
147
``` c
148
- double stdlib_base_logit ( const double p );
148
+ double stdlib_base_logit ( const double p );
149
149
```
150
150
151
151
</section>
You can’t perform that action at this time.
0 commit comments