123456789101112131415161718192021222324252627282930313233 |
- .. _func_maths_exp:
- ===
- Exp
- ===
- Exp -
- Description
- ===========
- .. code-block:: blitzmax
- Exp:Double( x:Double )
- Exponential function
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|