mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
This was already removed from C++ in the offseason and replaced with MathUtil.inputModulus(). We just neglected to do that for Java; it was never intended to see a season release. Its implementation is incorrect compared to inputModulus() as well. See https://github.com/wpilibsuite/allwpilib/issues/3168 for discussion.