Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Cosine function

Hi
I'm working with a lot of math functions in the VB editor, but I can't find
the function for the cos^2(X)

example: ((Cos ^ 2)(Atn((t2 * Cos(a) - 10.5 * (10 ^ -3) * Sin(a) - x)))
doesn't work - so how am I supposed to write it?

Can anybody help me with this???
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default Cosine function

Have you looked in the help file for Cos?
--
Jim Cone
Portland, Oregon USA


"mjoens"
wrote in message
Hi
I'm working with a lot of math functions in the VB editor, but I can't find
the function for the cos^2(X)
example: ((Cos ^ 2)(Atn((t2 * Cos(a) - 10.5 * (10 ^ -3) * Sin(a) - x)))
doesn't work - so how am I supposed to write it?
Can anybody help me with this???
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default Cosine function

When you see Cos²(X), that is notational convenience... it helps clarify
that X is not being squared which could be mistaken if you wrote it as
Cos(X)², but mathematically, what it really means is take the Cos(X) and
raise it to the second power, like this... (Cos(X))^2

--
Rick (MVP - Excel)


"mjoens" wrote in message
...
Hi
I'm working with a lot of math functions in the VB editor, but I can't
find
the function for the cos^2(X)

example: ((Cos ^ 2)(Atn((t2 * Cos(a) - 10.5 * (10 ^ -3) * Sin(a) - x)))
doesn't work - so how am I supposed to write it?

Can anybody help me with this???


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cosine Function Returns Wrong Answer! Gordon Arnaut Excel Discussion (Misc queries) 16 April 3rd 23 02:24 PM
Cosine of 90 degrees mikelee101 Excel Worksheet Functions 6 September 15th 09 06:35 AM
User Function Question: Collect Condition in Dialog Box - But How toInsert into Function Equation? SteveM Excel Programming 1 January 3rd 08 03:45 PM
how cani multiply cosine of an angle with a number,Ex cos60*2 formula calculation New Users to Excel 1 February 20th 07 06:05 PM
Include exponential (and exp-cosine-sine) integral maths functions Daiverse Excel Worksheet Functions 0 August 1st 05 11:53 AM


All times are GMT +1. The time now is 03:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"