[racket] Math library ready for testing

From: Pierpaolo Bernardi (olopierpa at gmail.com)
Date: Wed Dec 12 09:17:57 EST 2012

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^)


Posted on the users mailing list.