Off
July 10th, 2001, 10:35 AM
Hi, i want to determine the cosinus of one angle,
would u please say me how to do it.
Thanks in advance
would u please say me how to do it.
Thanks in advance
|
Click to See Complete Forum and Search --> : Maths Off July 10th, 2001, 10:35 AM Hi, i want to determine the cosinus of one angle, would u please say me how to do it. Thanks in advance Harini July 10th, 2001, 11:21 AM Hello, Cos(angle in degrees) Thanks Harini Iouri July 10th, 2001, 12:10 PM Public Function CosH(ByVal Number As Double) As Double CosH = (Exp(Number) + Exp(-Number)) / 2 End Function Iouri Boutchkine iouri@hotsheet.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |