(bigdec x)
将 x 强制转换为 BigDecimal 。
x
BigDecimal
查看源码
user=> (bigdec 3.0) 3.0M user=> (bigdec 5) 5M user=> (bigdec -1) -1M user=> (bigdec -1.0) -1.0M