Re: trigonometry Functions
- From: Marshall Barton <marshbarton@xxxxxxxxxx>
- Date: Wed, 31 May 2006 12:28:36 -0500
Rocky wrote:
I have used the following funtion in Excel: =COS(RADIANS(P12))*T12
The COS function is supported in Access, but I am having problems
finding a "Radiens() function to use
The Radians function is just the simple expression
(degrees/180) * 3.14159265
so you expression can be written:
=Cos(P12/180 * 3.14159265) * T12
--
Marsh
MVP [MS Access]
.
- References:
- trigonometry Functions
- From: Rocky
- trigonometry Functions
- Prev by Date: Re: sort by document type and year
- Next by Date: Re: Linking two tables
- Previous by thread: trigonometry Functions
- Next by thread: RE: Why do Access queries stop working if I use more than 2 criter
- Index(es):
Relevant Pages
|
|