📄 h.or
字号:
* * * * * * * * || * * * * * * * * "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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -