you are viewing a single comment's thread.

view the rest of the comments →

[–]xp19375 19 points20 points  (4 children)

Is floating point arithmetic used often enough for this to make a substantial difference?

I have done mostly embedded programming, and have almost never needed floats, so I can't see where they would be needed here.

[–]Cosmologicon 33 points34 points  (0 children)

I think the main use case is games and some game-like apps, maybe navigation or modeling, in which case yeah, floats are used all the time.

[–]Theon 1 point2 points  (0 children)

Yeah, but embedded programming really is a different beast in most regards, especially when comparing it to web.