cite-architecture / citeobj

Collections of citable objects
1 stars 0 forks source link

Replace BigDecimal with other numeric class(es) #65

Closed neelsmith closed 7 years ago

neelsmith commented 7 years ago

Note that BigDecimal is not implemented in ScalaJS, so should never be used in shared code.

Note further that this will, surprisingly to me, not generate a compile-time error when compiling js. It will generate weird and incorrect run-time results in js that will be different from your JVM output executing identical code.

neelsmith commented 7 years ago

done and tested