Brendan Zabarauskas
Brendan Zabarauskas
Oooh thanks for the report! I may have got something wrong in the implementation - it's been a _long_ time since I looked inside. And to be honest floating point...
Oh huh, that's interesting. We actually implement these comparisons for integers?
Right, seems like it's here: https://github.com/brendanzab/approx/blob/0527afee5faf712e877634ccf4b9790cac5a1d63/src/abs_diff_eq.rs#L35-L87
Yeah, having this would be really nice! I know it'll be a bit annoying with the epsilon though, and haven't had much time at the moment to look into it.
Yeah! This seems like a great idea!
We should write down a list of these!
Added some to the list!
Hmm, yeah. Is this a problem with the API? What does approx mean for integers?
Right! Thanks for the clarification.
What do you think a good default epsilon would be for ulps and relative?