Handbook
Glossary
fatan2 ( x y -- double )
C standard library math functions
Prev:
fatan ( x -- double )
Next:
fcosh ( x -- double )
Vocabulary
math
.
libm
Inputs
x
a
real
y
a
real
Outputs
double
a
real
Word description
Calls the two-parameter inverse trigonometric tangent function from the C standard library. User code should call
arg
instead.
Definition
USING:
alien.c-types
alien.syntax
;
IN:
math.libm
LIBRARY:
libm
FUNCTION-ALIAS:
fatan2
double atan2
(
double
x,
double
y )