mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +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.