Code Monkey home page Code Monkey logo

Comments (4)

klange avatar klange commented on May 24, 2024 1

Following the CPython approach, when I replace the stubbed versions of these functions in ToaruOS, the tgamma implementation can be included in Kuroko, but for now it seems all of the real-world targets have at least lgamma and tgamma these days.

from kuroko.

klange avatar klange commented on May 24, 2024

I was curious what CPython was doing with this mess and apparently it has in-house implementations for a handful of the "weirder" math functions - including gamma (and apparently the reason gamma is missing from Musl is because no one can agree on what function it's actually supposed to implement, so it was dropped from standards considerations).

from kuroko.

notwa avatar notwa commented on May 24, 2024

it's certainly an option to omit the binding altogether. I'm fine with whatever.

from kuroko.

klange avatar klange commented on May 24, 2024

I dropped math.gamma and have math.lgamma and math.tgamma bound to their libc counterparts, for consistency with the rest of the math module. For things that expect math.gamma (eg., ported Python code), math.gamma = math.tgamma should suffice, and I could bind that alias but have opted not to for now.

I was able to use musl-gcc to build against musl without issue and passed the test suite.

from kuroko.

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.