Mathlib: fix corrupted character in comment

This commit is contained in:
Kawe Mazidjatari 2024-07-29 21:10:38 +02:00
parent 7eb6017c16
commit 6fc6a6706f

View File

@ -2810,7 +2810,7 @@ inline bool CloseEnough(const Vector3D& a, const Vector3D& b, float epsilon = EQ
// Fast compare
// maxUlps is the maximum error in terms of Units in the Last Place. This
// specifies how big an error we are willing to accept in terms of the value
// of the least significant digit of the floating point number<EFBFBD>s
// of the least significant digit of the floating point numbers
// representation. maxUlps can also be interpreted in terms of how many
// representable floats we are willing to accept between A and B.
// This function will allow maxUlps-1 floats between A and B.