Code Monkey home page Code Monkey logo

Comments (5)

royNiladri avatar royNiladri commented on June 12, 2024 1

Thanks for reporting.will look into it and get back within 48 hours.

from js-big-decimal.

ChristopherDrum avatar ChristopherDrum commented on June 12, 2024 1

Leading zero... ah, sorry, that just didn't cross my mind to try. Thanks for the repair, looks good 👍

from js-big-decimal.

ChristopherDrum avatar ChristopherDrum commented on June 12, 2024

As I look further, here are more incorrect cases.

bigDecimal.divide('2', '.0383292'))
Expected: 52.17953935902653851371800089748
Actual: 0.0000052179

bigDecimal.divide('.102', '.0383292',8))
Expected: 2.66115650731035
Actual: 0.00000027

So far, it seems to occur when the divisor has more decimal places than the dividend 🤔
But there may be more cases I've yet to discover.

I was able to repair all known issues in my own (Lua) code around the parsing of dividend decimal shift around decimal.ts, Line 29. My fix can't translate well to what you're doing, but conceptually that was the issue.

from js-big-decimal.

royNiladri avatar royNiladri commented on June 12, 2024

I am looking into it, but for now, I have found a workaround. If you add the leading zeros, like 0.102 or 0.123456, it seems to work fine.
image

from js-big-decimal.

royNiladri avatar royNiladri commented on June 12, 2024

Checkout the latest patch v1.3.2

from js-big-decimal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.