WIKI:특수 명령문 편집하기

편집을 취소할 수 있습니다. 이 편집을 되돌리려면 아래의 바뀐 내용을 확인한 후 게시해주세요.

최신판 당신의 편집
5번째 줄: 5번째 줄:
{| class="wikitable" style="float:{{dir|{{pagelang}}|left|right}}; width:30%; margin-{{dir|{{pagelang}}|right|left}}:1em"
{| class="wikitable" style="float:{{dir|{{pagelang}}|left|right}}; width:30%; margin-{{dir|{{pagelang}}|right|left}}:1em"
|-
|-
! | <!--T:3--> Type
! {{hl1}} | <translate><!--T:3--> Type</translate>
! | <!--T:4--> Operators
! {{hl1}} | <translate><!--T:4--> Operators</translate>
|-
|-
| | <!--T:5--> 괄호로 묶기
| {{hl2}} | <translate><!--T:5--> Grouping (parentheses)</translate>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>( )</code>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>( )</code>
|-
|-
| | <!--T:6--> 숫자(값)
| {{hl2}} | <translate><!--T:6--> Numbers</translate>
| <code>'''1234.5'''</code> &nbsp; <code>'''e'''</code>&nbsp;(2.718) &nbsp; <code>'''pi'''</code>&nbsp;(3.142)
| <code>'''1234.5'''</code> &nbsp; <code>'''e'''</code>&nbsp;(2.718) &nbsp; <code>'''pi'''</code>&nbsp;(3.142)
|-
|-
| |
| {{hl2}} |
| <!--T:7--> binary operator> <code>'''e'''</code> &nbsp; <!--T:8--> unary <code>'''+'''</code>,<code>'''-'''</code>
| <translate><!--T:7--> binary operator</translate> <code>'''e'''</code> &nbsp; <translate><!--T:8--> unary</translate> <code>'''+'''</code>,<code>'''-'''</code>
|-
|-
| | <!--T:9--> Unary
| {{hl2}} | <translate><!--T:9--> Unary</translate>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>not ceil trunc floor abs exp ln sin cos tan acos asin atan</code>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>not ceil trunc floor abs exp ln sin cos tan acos asin atan</code>
|-
|-
| rowspan="3" | <!--T:10--> 계산 문자
| {{hl2}} rowspan="3" | <translate><!--T:10--> Binary</translate>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>^</code>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>^</code>
|-
|-
27번째 줄: 27번째 줄:
| style="word-spacing: 0.5em; font-weight: bold;" | <code>+ -</code>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>+ -</code>
|-
|-
| | <!--T:11--> 반올림
| {{hl2}} | <translate><!--T:11--> Round</translate>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>round</code>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>round</code>
|-
|-
| rowspan="3" | <!--T:12--> 계산 논리
| {{hl2}} rowspan="3" | <translate><!--T:12--> Logic</translate>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>= != <> > < >= <=</code>
| style="word-spacing: 0.5em; font-weight: bold;" | <code>= != <> > < >= <=</code>
|-
|-
취소 편집 도움말 (새 창에서 열림)

이 문서에서 사용한 틀: