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

Add a few input expression functions (trigonometry, sqrt, pow, min, max, clamp) #8999

Merged

Conversation

AdmiralCurtiss
Copy link
Contributor

Someone on the forums requested trigonometric functions to be added, so I figured might as well, easy enough. Also added a few more functions that seemed useful.

@jordan-woyak
Copy link
Member

Just an FYI. min and max are already available using the & and | operators but it probably makes sense to have named versions too.

@Filoppi
Copy link
Contributor

Filoppi commented Aug 2, 2020

@Rumi-Larry
Copy link

Poke. Is this pr still alive?

@AdmiralCurtiss
Copy link
Contributor Author

This is good-to-go from my side.

@jordan-woyak jordan-woyak merged commit a77977d into dolphin-emu:master Aug 7, 2020
10 checks passed
@AdmiralCurtiss AdmiralCurtiss deleted the input-expression-math branch August 7, 2020 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants