$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Little (andy_at_[hidden])
Date: 2004-01-21 04:16:39
"Andy Little" <andy_at_[hidden]> wrote
> BTW having used the constants , the fact that they are so accurate gives
me
> a warm glow :-)
Any chance of some degrees <--> radians etc constants/functions too?
In fact Hows about:
boost::math::angle::rad alpha(.5);
boost::math::angle::deg beta = alpha;
?
regards
Andy Little