Menu

#3 simple psyco math module

closed-accepted
nobody
5
2002-02-21
2002-02-21
No

Here's a cut at a psyco-ized version of python's
mathmodule.c. Implementation borrows from the work
in pfloatobject.c.

Its not complete, needing a couple more functions
added, as well as proper handling for eg domain
errors etc (which I expect will slow it down a bit).

It seems to compile and work on my linux box. Not
tested on windows.

Discussion

  • Khalid Zuberi

    Khalid Zuberi - 2002-02-21

    psyco math module patch

     
  • Armin Rigo

    Armin Rigo - 2002-02-21
    • status: open --> closed-accepted
     

Log in to post a comment.