mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Reduces nesting by returning when the value is within the deadband. Adjusts the algorithm to handle large values of maxMagnitude naturally (instead of needing a separate check). Reformats the math comments.