[your code here]
Kapps
Kapps at NotValidEmail.com
Sat Feb 11 09:06:17 PST 2012
On 11/02/2012 9:55 AM, H. S. Teoh wrote:
> The bad thing about taking signed long as parameter and then restrict it
> to 0..uint.max means that you're unnecessarily constraining the domain
> of the function.
>
>
> T
>
In this case, you're actually not changing the domain of the function.
The domain was (0, sqrt(0 .. ulong.max)], which is smaller than long.max
anyways.
More information about the Digitalmars-d
mailing list