Maybe a silly idea, but I often think that when a software developer uses "infinite" they are often refer to "unlimited", as in no limit.
A simple example "find closest object" using a ray where the initial ray has an unlimited range, but the code will use something like `Double.Infinite`.
