Search found 1 match

by Kampffrosch
Fri Feb 20, 2026 12:58 pm
Forum: Game Programming
Topic: Weak and strong orders of magnitude
Replies: 2
Views: 338

Re: Weak and strong orders of magnitude

I usually approach this problem with a "bisection" strategy.
Try something too small, try something obviously too large => the right value is somewhere in-between.