h.getoct

来自「强大的数学工具包」· GETOCT 代码 · 共 24 行

GETOCT
24
字号
                               * * * * * * *                               *   getoct  *                               * * * * * * *        "octal representation to integer"        SYNTAX: N = getoct(Y)        Y is a sequence of 0,1,...,7.        They are interpreted as the octal representation of an integer.         N is assigned the integer corresponding to Y.        Example 1: (correct)                getoct( 1713601 )        Example 2: (incorrect)                getoct( -389 ) _ERR_NR_015

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?