[racket] Math library ready for testing
On Fri, Dec 7, 2012 at 9:33 PM, Neil Toronto <neil.toronto at gmail.com> wrote:
> I've just pushed the last commits that make the new math library ready for
> wider testing. Almost everything ready for use is documented, the tests keep
> passing, and everything *seems* to work.
(max-math-threads) → Positive-Integer
(max-math-threads num) → void?
num : Positive-Integer
The maximum number of threads a parallelized math function will use.
The default value is (max 1 (processor-count))."
Isn't (max 1 (processor-count)) the same as (processor-count) ?
Or does Racket runs on machines with less than 1 processors? 8^)