h.puthex

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

PUTHEX
19
字号
                               * * * * * * *                               *   puthex  *                               * * * * * * *        "put integer, hexadecimal representation"        SYNTAX: M = puthex(N)        N is an integer.        puthex displays a sequence of 0,1,...,9,A,B,C,D,E,F         interpreted as the hexadecimal representation of N.        M is assigned N.        Example 1: (correct)                puthex( 12345 )

⌨️ 快捷键说明

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