Math Functions

Math Functions

This section identifies how to handle mathematical calculations. Here is a quick list of these commands:
STR$
Converts a number to a string.
MAX
Returns the greater value between two numbers.
MIN
Returns the smaller value of two numbers.
MAXNUM
returns the largest number permitted by this machine.
MOD
Computes the remainder from division.
VAL
Evaluates the number represented by a string.
INTTOHEX$
Takes a numeric value and converts it into a hexadecimal string.
HEXTOINT
Converts hexadecimal strings to integers.