|
From: Jeff H. <je...@Ac...> - 2005-02-25 23:35:24
|
> The default -maximum is 100. That's somewhat arbitrary -- > 1.0 would be more logical from a mathematical point of view > -- but 100% will probably be used more often than any other > arbitrary number I can think of. Let's just ensure that whatever value is chosen, we don't get caught in any double-imprecision traps. For that reason, I prefer 100 instead of 1.0 to start with. Jeff |