summaryrefslogtreecommitdiff
path: root/src/devices/math.rs
Commit message (Collapse)AuthorAge
* Update devices to match new specificationsBen Bridle2024-04-16
|
* Fix multiplication error in math deviceBen Bridle2023-12-28
| | | | | | The order of the two result values from the widening multiply operation in Rust was reversed, leading to incorrect multiplication results when using the math device.
* First commitv0.1.0Ben Bridle2023-12-24