Hi, i want to determine the cosinus of one angle,
would u please say me how to do it.
Thanks in advance
Printable View
Hi, i want to determine the cosinus of one angle,
would u please say me how to do it.
Thanks in advance
Hello,
Cos(angle in degrees)
Thanks
Harini
Public Function CosH(ByVal Number As Double) As Double
CosH = (Exp(Number) + Exp(-Number)) / 2
End Function
Iouri Boutchkine
[email protected]