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

Evaluator 2 storage and aggregate ops #31

Merged
merged 9 commits into from
Dec 6, 2021

Conversation

izrik
Copy link
Member

@izrik izrik commented Dec 6, 2021

This PR adds optional operations to the EvalInterval methods. Storing the result of the evaluation is now optional (StoreOp), and there is also the ability to pass each evaluation result to a function (AggregateOp).

This PR also adds the Vector2 and Vector3 value types, to represent fixed-length 2-vectors and 3-vectors. These complement the existing n-ary Vector type.

This PR also adds four new functions for finding the min and max of a collection of numbers. The min and max functions find the extrema of the arguments passed to them, taking infinities and NaN into account. The minf and maxf functions ignore infinities and NaN.

@izrik izrik merged commit 3b11242 into master Dec 6, 2021
@izrik izrik deleted the evaluator-2-storage-and-aggregate-ops branch December 6, 2021 20:42
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.

1 participant