fatan2 ( x y -- double )
C standard library math functions

Prev:fatan ( x -- double )
Next:fcosh ( x -- double )


Vocabulary
math.libm

Inputs
xa real
ya real


Outputs
doublea real


Word description
Calls the two-parameter inverse trigonometric tangent function from the C standard library. User code should call arg instead.

Definition