h.or

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

OR
28
字号
                               * * * * * * *                               *    ||     *                               * * * * * * *        "or"        "||" is an operator which operates on two elements of Z, Q, R,        C, elements of Z/mZ, algebraic numbers or Galois-field         elements: "el1 || el2".        If el1 = 0 and el2 = 0 , "||" returns 0, else "||" returns 1.        Example 1: (correct)                log2(123/45) || gcd(24, 76)        Example 2: (correct)                MOD(5) || NF(A)        Example 3: (incorrect)                5 + x || x^2 + 1/y_ERR_NR_283             

⌨️ 快捷键说明

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