Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

math module #4

@swenson

Description

@swenson

It looks like there is no pure Python implementation of the math module -- even PyPy calls out to C for this.

This is a big task, and I've already started going down this rabbit hole, by basically translating the BSD libc math library sources into Python. It is tedious, and will be slower than a native implementation, but should be self-contained.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions