h.floor
来自「强大的数学工具包」· FLOOR 代码 · 共 26 行
FLOOR
26 行
* * * * * * * * floor * * * * * * * * "floor" SYNTAX: X = floor(R) R is an expression whose value is an element of Z, Q or R. X is assigned the greatest integer less than or equal to R. Example 1: (correct) floor(3/4) Example 2: (correct) floor(9/3) Example 3: (correct) floor(23423.283472349e-3)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?