calc: add Thai translation (#8906)

pull/1/head
Arniwatt Chonkiattipoom 2022-10-10 21:47:13 +07:00 committed by GitHub
parent c314cd69f3
commit 5d9410418c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

36
pages.th/common/calc.md Normal file
View File

@ -0,0 +1,36 @@
# calc
> เครื่องคิดเลขแบบโต้ตอบในเทอร์มินัล
> ข้อมูลเพิ่มเติม: <https://github.com/lcn2/calc>.
- คำนวณในแบบโต้ตอบ:
`calc`
- คำนวณในแบบไม่โต้ตอบ:
`calc '{{85 * (36 / 4)}}'`
- คำนวณโดยไม่มีการจัดรูปแบบเอาต์พุต:
`calc -p '{{4/3 * pi() * 5^3}}'`
- คำนวณแล้วเปลี่ยนเป็นโหมดโต้ตอบ:
`calc -i '{{sqrt(2)}}'`
- คำนวณในสิทธิ์เฉพาะ (0 ถึง 7, ค่าเริ่มต้นเป็น 7):
`calc -m {{mode}}`
- ดูข้อมูลเบื้องต้นเกี่ยวกับ `calc`:
`calc help intro`
- ดูภาพรวมของ `calc`:
`calc help overview`
- เปิดคู่มือ `calc`:
`calc help`