Skip to content

[RFC]: add C implementation for @stdlib/math/base/special/erfcx #1949

Closed
@USERSATOSHI

Description

@USERSATOSHI

Description

This RFC proposes a C implementation for @stdlib/math/base/special/erfcx

double stdlib_base_erfcx( const double x ) 

Related Issues

Related issues #649

Questions

No.

Other

@stdlib/math/base/special/erfcx is dependent on following packages:

  • PINF : already implemented in C
  • exp : already implemented in C
  • floor : already implemented in C

Checklist

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AcceptedRFC feature request which has been accepted.CIssue involves or relates to C.FeatureIssue or pull request for adding a new feature.MathIssue or pull request specific to math functionality.RFCRequest for comments. Feature requests and proposed changes.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions