Comment on Strtod Is WildparentComments−yjftsjthsd-h1yIf it's only 2 decimals, surely you could trivially test every single possible input? I think of fuzzing as random, but that's a specific optimization that you might not need.−Neywiny1yI very much could have if I cared, yes. I really right then end up using the code at the end of the day, so it doesn't matter
Comments
If it's only 2 decimals, surely you could trivially test every single possible input? I think of fuzzing as random, but that's a specific optimization that you might not need.
I very much could have if I cared, yes. I really right then end up using the code at the end of the day, so it doesn't matter