$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [units] Convert from Degree Minutes to Degrees
From: Ryan (boost_at_[hidden])
Date: 2013-09-20 20:03:10
On Thu, Sep 19, 2013 at 9:56 AM, Matthias Schabel
<boost_at_[hidden]>wrote:
> Creating a scaled unit for minutes of arc is a good idea, but the base
> unit is already available in <boost/units/base_units/angle/arcminute.hpp>
> so you shouldn't have to go to the trouble other than defining the
> corresponding unit. Conversions to/from degrees should just work...
>
Thanks, that worked well.
Ryan