result1= Round(cos(Clng(B)),2)
>>>This code will only compute the value in radian form by the computer.How can i edit the code in order to response.write in degree form??
Tried multiplying th...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20693046.htm...
Zones:
ASPDate Answered: 07/30/2003 Grade: A Views: 0
I have written a trig calculator however everytime the problem of the sin(180) or any of its multiples arise, I always get a number in scientific notation that is quite close to 0, but not 0. How c...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20558236.html
Zones:
C++Date Answered: 03/20/2003 Grade: A Views: 0
The ArcCos of radical[3]/2 is .5235987756, which is pi/6. But suppose I didn't know that. My question is how do I convert these kinds of decimal values to radians? If I could, I would like to know ...
http://www.experts-exchange.com/Other/Math_Science/Q_20701980.html
Does anybody know how to convert this formula written in Exel to vb.net?
=DEGREES(ATAN(COS(RADIANS(90-A3))*(TAN(RADIANS(90-(C3/2))))))
Also the result has to be stored to a variable.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21456778.htm...
i don't know radian, so how do i use sin() and cos() with degrees??
can you help me with some code to display this:
sin(45) = 0.50000
cos(45) = 0.50000
sin(0) = 0.00000
cos(0) = 1.00000
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20127528.html
Zones:
C++Date Answered: 06/30/2002 Grade: A Views: 0
I have recently made some attempts for a simple 3D program and have come across a problem with converting degrees to radians and then giving the result to sin() MSVC++ function.
I understand tha...
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_20453557.html
i don't know radian, so how do i use sin() and cos() with degrees??
can you help me with some code to display this:
sin(45) = 0.50000
cos(45) = 0.50000
sin(0) = 0.00000
cos(0) = 1.00000
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20127529.html
Zones:
C++Date Answered: 06/01/2001 Grade: A Views: 22