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)`;
3939
4040<!-- </equation> -->
4141
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.
4343
4444</section >
4545
@@ -145,7 +145,7 @@ The function accepts the following arguments:
145145- ** p** : ` [in] double ` input value.
146146
147147``` c
148- double stdlib_base_logit ( const double p );
148+ double stdlib_base_logit ( const double p );
149149```
150150
151151</section>
You can’t perform that action at this time.
0 commit comments