gpt4 book ai didi

clojure - clojure 中的数字四舍五入到 n 位小数

转载 作者:行者123 更新时间:2023-12-02 07:47:59 24 4
gpt4 key购买 nike

例如,当我这样做时,(/1.0 7.0),我只得到 17 位数字:0.14285714285714285。我怎样才能得到更多呢?

最佳答案

使用BigDecimal数字和with- precision:

(with-precision 50 (/ 1M 7))
=> 0.14285714285714285714285714285714285714285714285714M

关于clojure - clojure 中的数字四舍五入到 n 位小数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7109741/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com