whatgoodisaroad / Big-js

An arbitrary precision math library for JavaScript
http://big-js.thatscaptaintoyou.com/
44 stars 6 forks source link

naming #7

Open Yaffle opened 10 years ago

Yaffle commented 10 years ago

Why not to implement API similar to java.math.BigDecimal? http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html

whatgoodisaroad commented 10 years ago

Hi, Yaffle,

Ideally, I'd like to eventually have feature parity with any given arbitrary precision library, but my plan was not to clone any one in particular.

Is there something especially nice about this Java one?

Yaffle commented 10 years ago

you will parity with next projects: http://www-cs-students.stanford.edu/~tjw/jsbn/ https://github.com/silentmatt/javascript-biginteger https://github.com/iriscouch/bigdecimal.js

Yaffle commented 10 years ago

and https://github.com/dtrebbien/BigDecimal.js