📄 h.fltoi
字号:
* * * * * * * * fltoi * * * * * * * * "floating points to integers" SYNTAX: X = fltoi(A) A is an expression whose value is an element of Z, R or a polynomial over these structures. X is assigned the value of A over Z, if possible. Example 1: (correct) fltoi( 3.0*x^2+4*x+12.0 ) Example 2: (correct) fltoi( 123.0 ) Example 3: (incorrect) fltoi( 12.3*x )_ERR_NR_136 Example 4: (incorrect) fltoi( 1/4 )_ERR_NR_135
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -