Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRFC: Add support for computing the reciprocal cube root (rcbrt) #222
Labels
Projects
Comments
|
@MatthewCochrane Would you be interested in tackling this RFC? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Checklist
RFC:.Description
This RFC proposes adding support for computing the reciprocal cube root (i.e., 1/cbrt(x)). The implementation is trivial:
The rationale behind providing this API is to provide a declarative interface, rather than imperatively writing out the intended behavior. As the implementation is small, modern compilers should readily inline the implementation, thus not affecting performance if used within other implementations.
Package:
@stdlib/math/base/special/rcbrtAlias:
rcbrt.Related Issues
No.
Questions
No.
Other
No.