[wpimath] Replace pi with symbol in docs (#7322)

This commit is contained in:
Tyler Veness
2024-11-01 17:16:18 -07:00
committed by GitHub
parent 2cfe114c78
commit dfd1084526
6 changed files with 11 additions and 11 deletions

View File

@@ -126,7 +126,7 @@ public final class MathUtil {
}
/**
* Wraps an angle to the range -pi to pi radians.
* Wraps an angle to the range -π to π radians.
*
* @param angleRadians Angle to wrap in radians.
* @return The wrapped angle.