Expand description
Numerical functions for EndBASIC.
Structs§
- AtnFunction
- The
ATNfunction. - Cint
Function - The
CINTfunction. - CosFunction
- The
COSfunction. - DegCommand
- The
DEGcommand. - IntFunction
- The
INTfunction. - MaxFunction
- The
MAXfunction. - MinFunction
- The
MINfunction. - PiFunction
- The
PIfunction. - Prng
- Tracks the state of the PRNG used by the random number manipulation functions and commands.
- RadCommand
- The
RADcommand. - Randomize
Command - The
RANDOMIZEcommand. - RndFunction
- The
RNDfunction. - SinFunction
- The
SINfunction. - SqrFunction
- The
SQRfunction. - TanFunction
- The
TANfunction.
Enums§
- Angle
Mode - Indicates the calculation mode for trigonometric functions.
Functions§
- add_all
- Adds all symbols provided by this module to the given
machine.