
8 Jan
2007
8 Jan
'07
4:51 p.m.
Markus Werle wrote:
John Maddock <john <at> johnmaddock.co.uk> writes:
The "Math Toolkit" has now matured to the point where Paul Bristow and I would like to ask for a formal review.
Some comments before the review begins (If you allow):
In the docs sometimes you have formulations like e.g. "Returns the cubed root of x.". For native speakers this may be no problem, but sqrt(x)^3 may be easier to catch for the rest of us.
From the example cbrt code on pg 207 it looks to me like this should have said "Returns the cube root of x." i.e. pow(x,1/3). -glenn