Handbook
Glossary
asec ( x -- y )
Factor handbook
»
The language
»
Numbers
»
Mathematical functions
»
Trigonometric and hyperbolic functions
Prev:
atan ( x -- y )
Next:
acosec ( x -- y )
Vocabulary
math
.
functions
Inputs and outputs
x
a
number
y
a
number
Word description
Inverse trigonometric secant.
Definition
USING:
math
;
IN:
math.functions
:
asec
( x -- y )
recip
acos
;
inline