Algorithms
Jump to navigation
Jump to search
Integer division:
Link to Algorithmica dot org article on integer division:
Books on Algorithms
Here a brief list of books about algorithms and on many cases their applications in computer programming . . .
- https://www.reddit.com/r/algorithms/comments/i8qb3k/good_books_learning_about_algorithms_from_very/
- https://news.ycombinator.com/item?id=6463011
Integer Math
Possible Rust crate for integer math functions, does not presently require use of Rust `std` crate:
Figuring compass directions:
To figure pitch and roll:
Some fixed point trigonometry shared by engineer James Munns: