Rounding numbers - decimal to integer
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 15/100
- Issue 类型
- 文档
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- clojure
调研方向
未指定文件、测试或入口点。首先查看 issue 中的两个示例,并定位仓库中相关的 Clojure 指南。完成的标准是:文档记录了首选惯用法,并区分了显示格式化与值转换。
由索引模型根据 Issue 内容生成。
描述
what is the idiomatic way of rounding numbers?
(format ".%2f" val) ;; okay for printing / display
(-> val (* 100) Math/round (/ 100)) ;; preferred when using as a value
- 主要语言
- Makefile
- 星标
- 117
- 派生
- 36
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
practicalli/clojure 的其他 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 68/100
practicalli/clojure#381 ·
-
难度 1/5 1 小时以内 新手友好度 75/100
practicalli/clojure#298 ·
-
video
practicalli/clojure#478 · 已指派 1 人 ·
-
practicalli/clojure#477 · 已指派 1 人 ·
-
practicalli/clojure#476 · 已指派 1 人 ·
查看 practicalli/clojure 的全部 Issue
相似的 Issue
-
agent-ready documentation needs-triage
难度 1/5 1-3 小时 新手友好度 88/100
-
untriaged
难度 1/5 1 小时以内 新手友好度 88/100
dotnet/dotnet-api-docs#13095 ·
-
documentation
难度 1/5 1 小时以内 新手友好度 91/100
-
workflow-status page template still says reusable workflows are "triggered only by workflow_call:" 未关闭
难度 1/5 1 小时以内 新手友好度 92/100
-
refactor
难度 2/5 1-3 小时 新手友好度 78/100