調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

JST科学技術用語日英対訳辞書

独立行政法人科学技術振興機構

日本語WordNet(英和)

日本語WordNet

polish notation

名詞

1. 各オペレーターがそのオペランドに先行する数式を作るための括弧のない表記法(a parenthesis-free notation for forming mathematical expressions in which each operator precedes its operands)

日英・英日専門用語辞書

日中韓辭典研究所

Weblio英和対訳辞書

英和辞典・和英辞典 - Weblio辞書

Polish notation


polish notation


polish notation

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Wiktionary英語版

出典:Wiktionary

Polish notation

出典:『Wiktionary』 (2025/06/08 20:49 UTC )

語源

After the nationality of the logician Jan Łukasiewicz

名詞

Polish notation (uncountable)

  1. (arithmetic, logic) A notation for arithmetic (and logical) formulae in which operations (respectively, quantifiers and operands) are written immediately before their operands, used to avoid the need for parentheses; for example, 3 * (4 + 7) is written as * 3 + 4 7 and A AND B is written as AND A B.

同意語

ウィキペディア英語版

出典:Wikipedia

Polish notation

出典:『Wikipedia』 (2011/06/07 05:19 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

Polish notation, also known as prefix notation, is a form of notation for logic, arithmetic, and algebra. Its distinguishing feature is that it places operators to the left of their operands. If the arity of the operators is fixed, the result is a syntax lacking parentheses or other brackets that can still be parsed without ambiguity. The Polish logician Jan Łukasiewicz invented this notation around 1920 in order to simplify sentential logic. When Polish notation is used as a syntax for mathematical expressions by interpreters of programming languages, it is readily parsed into abstract syntax trees and can, in fact, define a one-to-one representation for the same. Because of this, Lisp () and related programming languages define their entire syntax in terms of prefix or postfix expressions.

閲覧履歴

Polish notationのページの著作権