h.leq

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

LEQ
27
字号
                               * * * * * * *                               *    <=     *                               * * * * * * *        "less or equal"        "<=" is an operator which compares two elements of Z, Q, R        or the current modulus : "el1 <= el2".        If el1 <= el2, "<=" returns 1, else "<=" returns 0.        Example 1: (correct)                log2(123/45) <= gcd(24, 76)        Example 2: (correct)                curModulus <= 6        Example 3: (incorrect)                5 + x <= x^2 + 1/y_ERR_NR_284             

⌨️ 快捷键说明

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