# Postfix Notation

## infix notation&#x20;

일반적으로 사용하는 표기법 \
위키피디아 : <https://en.wikipedia.org/wiki/Infix_notation>

### postfix notation&#x20;

infix notation에서 오른쪽 피연산자와 연산자의 위치를 바꾼 표기법 \
위키피디아 : <https://en.wikipedia.org/wiki/Reverse_Polish_notation>&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.javabom.com/daengdaenglee/postfix-notation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
