123456789101112131415161718192021222324252627282930313233 |
- .. _func_maths_atan2:
- =====
- ATan2
- =====
- ATan2 -
- Description
- ===========
- .. code-block:: blitzmax
- ATan2:Double( y:Double,x:Double )
- Inverse Tangent of two variables @x , @y
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|