home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Open 13
/
pcopen13.iso
/
Zip
/
SM34A.ZIP
/
LIBRARY
/
INT.LI
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-23
|
138 b
|
6 lines
# int(x) gives the integer part of number x. int(x)=trunc(x).
# See also: frac, trunc.
# e.g. int(2.3) gives 2.
int(x_) := trunc(x)