Difference between revisions of "Algorithms"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
m (Link to possible Rust crate for integer math functions)
m (Add link to article regarding calculation of compass directions)
Line 10: Line 10:
  
 
*  https://docs.rs/num-integer/0.1.46/num_integer/fn.div_rem.html
 
*  https://docs.rs/num-integer/0.1.46/num_integer/fn.div_rem.html
 +
 +
Figuring compass directions:
 +
 +
*  https://digilent.com/blog/how-to-convert-magnetometer-data-into-compass-heading/

Revision as of 05:25, 9 February 2026

Integer division:

Link to Algorithmica dot org article on integer division:

Possible Rust crate for integer math functions, does not presently require use of Rust `std` crate:

Figuring compass directions: