123456789101112131415161718192021222324252627282930313233 |
- .. _func_maths_tan:
- ===
- Tan
- ===
- Tan -
- Description
- ===========
- .. code-block:: blitzmax
- Tan:Double( x:Double )
- Tangent of @x degrees
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|