$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-01-08 12:27:04
Glenn Schrader wrote:
> 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).
Right, see http://mathworld.wolfram.com/CubeRoot.html
John.