h.isqrt
来自「强大的数学工具包」· ISQRT 代码 · 共 28 行
ISQRT
28 行
* * * * * * * * isqrt * * * * * * * * "integral part of square root" SYNTAX: X = isqrt(A) A is an expression whose value is an element of N. X is assigned the integral part of the square root of A. Example 1: (correct) isqrt(3) Example 2: (correct) isqrt(23423) Example 3: (incorrect) isqrt(3/4) _ERR_NR_298
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?