We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
come up with alternative pseudoangle that works at least for field QQn, like here: https://stackoverflow.com/a/27253590
can we define a pseudo-angle like an atan2 function? i.e. linearize the unit angles into a scalar.
or just angle comparison - check quadrant, sort by quadrants, and in quadrants sort by is_ccw, and add jump /discontinuity at positive real line
Also read about spreads (rational geometry concept) and see how they can be used instead of angles
Note that wedge and dot product can be used as sin/cos substitute by definition (only that they are scaled by the magnitude)
The text was updated successfully, but these errors were encountered:
beefb14
No branches or pull requests
come up with alternative pseudoangle that works at least for field QQn, like here: https://stackoverflow.com/a/27253590
can we define a pseudo-angle like an atan2 function? i.e. linearize the unit angles into a scalar.
or just angle comparison - check quadrant, sort by quadrants, and in quadrants sort by is_ccw, and add jump /discontinuity at positive real line
Also read about spreads (rational geometry concept) and see how they can be used instead of angles
Note that wedge and dot product can be used as sin/cos substitute by definition (only that they are scaled by the magnitude)
The text was updated successfully, but these errors were encountered: