Module numerics

Source
Expand description

Numerical functions for EndBASIC.

Structs§

AtnFunction
The ATN function.
CintFunction
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.
RandomizeCommand
The RANDOMIZE command.
RndFunction
The RND function.
SinFunction
The SIN function.
SqrFunction
The SQR function.
TanFunction
The TAN function.

Enums§

AngleMode
Indicates the calculation mode for trigonometric functions.

Functions§

add_all
Adds all symbols provided by this module to the given machine.