Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
이 PR은 UCPC 가이드라인이 2024년에 결정된 사항을 따르도록 합니다.
구체적으로:
 
를 사용하도록 권장합니다.(
,)
및 제한의 구분자;
를 수식 밖으로 빼서 적을 것을 권장합니다. 이는 (a) 이것을 수식에 넣어 적는 것이 의미적으로 옳지 않기 때문이며 (b) 괄호의 크기가 맞지 않는 것이 보기에 그리 불편하지 않다는 의견이 많았기 때문입니다.더불어, #2 에서 지적하였던 중의성 문제를 해결합니다. 구체적으로 “A를 B로 나눈 나머지를 출력한다. B는 소수이다.”의 예시를 추가합니다.
closes #2.