TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Thoughts on ClojureScript and BigDecimal
2 点
作者
janetacarr
将近 3 年前
1 comment
PaulHoule
将近 3 年前
It wouldn't be that hard to implement BigInteger in Javascript. Java's BigInteger uses an array of signed ints, you could use the floats in Javascript as a standin for 32-bit ints.