Handbook
Glossary
logit ( x -- y )
Vocabulary
math
.
functions
Inputs
x
an
object
Outputs
y
an
object
Definition
USING:
kernel
math
;
IN:
math.functions
:
logit
( x -- y )
[
]
[
1
swap
-
]
bi
/f
log
;
inline