int
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Contents
int
An integer
Usage:
int(x)
Function:
The integer part of the x
Usage:
int(x,1)
Function:
The rounded integer part of x (= int(x + 1/2))