-
-
Notifications
You must be signed in to change notification settings - Fork 436
Generic Math.md: Refactor onto single type hierarchy. #2462
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
base: main
Are you sure you want to change the base?
Conversation
Restrict lerp function to F matrices.
It's probably worth clarifying at line 23 what our intention is i.e. using one type with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor comments
- INumberBase<>.MinMagnitude, (Memberwise, Memberwise) | ||
- INumberBase<>.MinMagnitudeNumber, (Memberwise, Memberwise) | ||
- ~~INumberBase<>.MultiplyAddEstimate, (Memberwise, Memberwise, Memberwise)~~ | ||
- DOTNET>=9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's assume this, it seems like .NET 10 will be latest LTS by the time we ship anything.
Batch of updates to the Generic Math.md proposal as discussed in chat.
Summary of the PR
Related issues, Discord discussions, or proposals
https://discord.com/channels/521092042781229087/587346162802229298/1378782513010577449 and prior
Further Comments
Partially implemented in #2459