Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

math: Add cube root function #12683

Closed
wants to merge 2 commits into from
Closed

Conversation

raoulb
Copy link
Contributor

@raoulb raoulb commented Jul 27, 2024

The final PR of this series adds the cube root function. While it could be computed via fractional powers, providing a dedicated function has benefits. F.e. it is faster and avoids corner cases. Equally important, it is much clearer to write and read. (Which is especially important as go templates can quickly become convoluted.)

@bep bep requested a review from jmooring July 29, 2024 09:05
@bep
Copy link
Member

bep commented Aug 12, 2024

I'm closing this. PRs with new template functions/features needs to come via an accepted proposal. You could argue that this somehow "completes" earlier work in this area, but that argument can certainly be used for just about every new feature, and then we have a never ending story.

@bep bep closed this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants