From: dpb <none@non.net>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Does Matlab have a function that converts degrees to radians?
Date: Thu, 09 Aug 2007 09:58:39 -0500
Organization: Aioe.org NNTP Server
Lines: 9
Message-ID: <f9fa71$mmc$1@aioe.org>
References: <f9f9gs$fve$1@fred.mathworks.com>
NNTP-Posting-Host: 3GZEstSFFfGS/2yACnlfTQ.user.aioe.org
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@aioe.org
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
Path: news.mathworks.com!newsfeed-00.mathworks.com!oleane.net!oleane!feed.ac-versailles.fr!gegeweb.org!aioe.org!not-for-mail
Xref: news.mathworks.com comp.soft-sys.matlab:423194


David wrote:
> Does Matlab have a function that converts degrees to 
> radians?

Don't believe there's a builtin in function/constant but since it's 
simply 180 degrees--> pi radians a simple one-liner would do it.  It's 
convenient that pi is a supplied constant in that regard.

--