add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/eva.md Normal file
View File

@@ -0,0 +1,20 @@
# eva
> 简单的计算器 REPL类似于 `bc`,具有语法高亮和持久历史记录。
> 更多信息:<https://github.com/NerdyPepper/eva>。
- 以交互模式运行计算器:
`eva`
- 计算一个表达式的结果:
`eva "{{(1 + 2) * 2 ^ 2}}"`
- 计算一个表达式并强制小数位数为 5
`eva --fix {{5}} "{{5 / 3}}"`
- 计算一个包含正弦和余弦的表达式:
`eva "{{sin(1) + cos(1)}}"`