1.
operator (math/logic/programming)
A symbol or keyword that represents an operation on one or more values, such as + and - in arithmetic, AND/OR in logic, or = and == in programming languages.
Compound of 演算 (calculation, operation) and 子 (element, unit). Used in mathematics, logic, and especially computer programming. The matching word for the values that operators act on is 被演算子 (operand) or オペランド.
Common collocations
- 算術演算子: arithmetic operator (+, -, *, /)
- 比較演算子: comparison operator (==, <, >)
- 論理演算子: logical operator (AND, OR, NOT)
- 代入演算子: assignment operator (=)
Related words
Related Words
Related:
関数 (function)