Giter Club home page Giter Club logo

Comments (1)

snwagh avatar snwagh commented on July 20, 2024

Apologies for the delay, have been on time off. This is somewhat expected as you might be reaching the precision limit. With 64-bit data type, you have about 32 bits of "space" before things overflow in a multiplication. If you use say a precision of 26 bits, that leaves about 6 bits of room for the integer part of any value. Thus, as you're approaching numbers whose integer part is about 2^6 = 64, you might have problems. 7.7338 * 6.7338 = 52.07786244 is in the ball park.

Try reducing the fixed-point precision of your computation. For example, you might be able to do 7.7 * 6.7 in about 11 bits of fixed-point precision or so (off the top of my head, you'll have to test this out).

from falcon-public.

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.