KeyLang

dyadic_operation

複数:
dyadic_operations
意味・定義
2つの辞書から2件の定義

日本語WordNet

1
名詞
1二項演算

an operation on exactly two operands

AIによる解説

1
1二項演算。数学で、2つの入力(オペランド)を取り1つの出力を返す演算。加算、減算、乗算、除算が典型例。プログラミングでも基本的な概念。関数f(a,b)の形で表される。

A mathematical operation that takes two operands (inputs) and produces one result. Examples include addition, subtraction, multiplication, and division. Also called binary operation. Fundamental in algebra, programming, and logic. Written as f(a,b) or a ○ b.

ライセンス: KeyLang Original

例文
この単語を含む例文でタイピング練習ができます

The dyadic operation of multiplication combines two factors into a product.

乗算という二項演算は2つの因数を積に結合する。

-

Addition is a dyadic operation because it requires two numbers.

加算は2つの数を必要とするため二項演算である。

-
関連語
活用形・派生語などの関連単語