h.getb

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

GETB
24
字号
                               * * * * * * *                               *    getb   *                               * * * * * * *        "bit representation to integer"        SYNTAX: N = getb(Y)        Y is a sequence of 0 and 1.        They are interpreted as the bit representation of an integer.         N is assigned the integer corresponding to Y.        Example 1: (correct)                getb( 1011010 )        Example 2: (incorrect)                getb( 345 ) _ERR_NR_015

⌨️ 快捷键说明

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