mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[wpimath] Replace pi with symbol in docs (#7322)
This commit is contained in:
@@ -159,7 +159,7 @@ constexpr bool IsNear(T expected, T actual, T tolerance, T min, T max) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Wraps an angle to the range -pi to pi radians (-180 to 180 degrees).
|
||||
* Wraps an angle to the range -π to π radians (-180 to 180 degrees).
|
||||
*
|
||||
* @param angle Angle to wrap.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user