Re: trigonometry Functions



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]
.



Relevant Pages

  • Re: trigonometry Functions
    ... Marshall Barton wrote: ... The COS function is supported in Access, ... finding a "Radiens() function to use ... The Radians function is just the simple expression ...
    (microsoft.public.access.queries)
  • trigonometry Functions
    ... I have used the following funtion in Excel: ... The COS function is supported in Access, ... finding a "Radiens() function to use ...
    (microsoft.public.access.queries)