Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Port implementations of math functions from cpython #153

Closed
@windelbouwman

Description

@windelbouwman

There are four math functions which are pretty complex.

  • math.erf
  • math.erfc
  • math.gamma
  • math.lgamma

They are implemented in cpython, as can be seen here:
https://github.com/python/cpython/blob/master/Modules/mathmodule.c#L113

The documentation is listed here:
https://docs.python.org/3/library/math.html#special-functions

In rust python, they must be implemented in vm/src/stdlib/math.rs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions