finote1.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 8 行
GML
8 行
The value of int(X) is X if X is of type INTEGER.
If X is of type REAL or DOUBLE PRECISION, then int(X) is 0 if |X|<1 and
the integer whose magnitude is the largest integer that does not exceed
the magnitude of X and has the same sign of X if |X| > 1.
If X is of type COMPLEX
.xt or COMPLEX*16,
int(X) is int(real part of X).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?