Expand description
Numerical functions for EndBASIC.
Structs§
- AtnFunction
- The
ATN
function. - Cint
Function - The
CINT
function. - CosFunction
- The
COS
function. - DegCommand
- The
DEG
command. - IntFunction
- The
INT
function. - MaxFunction
- The
MAX
function. - MinFunction
- The
MIN
function. - PiFunction
- The
PI
function. - Prng
- Tracks the state of the PRNG used by the random number manipulation functions and commands.
- RadCommand
- The
RAD
command. - Randomize
Command - The
RANDOMIZE
command. - RndFunction
- The
RND
function. - SinFunction
- The
SIN
function. - SqrFunction
- The
SQR
function. - TanFunction
- The
TAN
function.
Enums§
- Angle
Mode - Indicates the calculation mode for trigonometric functions.
Functions§
- add_all
- Adds all symbols provided by this module to the given
machine
.