h.geq

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

GEQ
27
字号
                               * * * * * * *                               *    >=     *                               * * * * * * *        "greater 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 + -
显示快捷键?