X
)Computes absolute value of argument.
X
)Returns cosine of angle given in radians.
Return the line the cursor is at.
X
)Returns exponential of number.
X
)Returns truncated value.
A$
)Returns the amount of memory available for programs or strings.
X
)Converts number to integer.
X
)Returns natural logarithm of argument.
X
)Returns content of specified memory location X.
d
)Returns the horizontal position of the cursor of device d
.
X
)Generates random number between 0 and 1. If X
is negative, then seeds the random number generator.
X
)Returns sign of number as: 1 positive, 0 zero, -1 negative.
X
)Returns sine of angle given in radians.
X
)Writes X
spaces.
X
)Returns square root of number.
X
)Moves the cursor to the position given in X
. If the cursor is already past, then moves to next line first.
X
)Returns tangent of angle given in radians.
X
)Returns address of pointer to specified variable.