You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
float_eq is an alternative to approx, but it has some features that approx lacks, most importantly being derive macros. It would be greatly appreciated if you could add support so that users of glam can also derive floating-point equality for their types.
The text was updated successfully, but these errors were encountered:
float_eq
is an alternative toapprox
, but it has some features thatapprox
lacks, most importantly being derive macros. It would be greatly appreciated if you could add support so that users ofglam
can also derive floating-point equality for their types.The text was updated successfully, but these errors were encountered: