Handbook
Glossary
tan ( x -- y )
Factor handbook
»
The language
»
Numbers
»
Mathematical functions
»
Trigonometric and hyperbolic functions
Prev:
sin ( x -- y )
Next:
sec ( x -- y )
Vocabulary
math
.
functions
Inputs and outputs
x
a
number
y
a
number
Word description
Trigonometric tangent.
Definition
IN:
math.functions
GENERIC:
tan
( x -- y )
foldable
flushable
Methods
USING:
kernel
math
math.functions
;
M:
complex
tan
[
sin
]
[
cos
]
bi
/
;
USING:
math
math.functions
math.libm
;
M:
float
tan
ftan
;
inline
USING:
math
math.functions
;
M:
real
tan
>float
tan
;
inline