h.putbits
来自「强大的数学工具包」· PUTBITS 代码 · 共 30 行
PUTBITS
30 行
* * * * * * * * putbits * * * * * * * * "put bits" SYNTAX: X = putbits(A) A is an expression whose value is an element of Z, Q, R, C, Z/mZ, GF(p^n), an algebraic number, a polynomial over Z, Q, Z/mZ, GF(p^n), a number field, over R or C, a rational function, a matrix or a vector over all these structures or an elliptic curve or a point of an elliptic curve over Q, Z/pZ (where p is a prime), GF(2^n) or a number field. If A is an expression whose value is a single precision number, then putbits displays the bit representation of A. Otherwise the bit representation of the address of the object A is displayed. X is assigned the value of A. Example 1: (correct) putbits(1234) Example 2: (correct) putbits(x^2)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?