Advertisement

1 - 7 of 7 containing alltags:("radians") (0 seconds)
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...
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...
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 ...
Zones: Math & ScienceDate Answered: 08/07/2003 Grade: A Views: 198
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.
Zones: MS Visual BasicDate Answered: 06/14/2005 Grade: A Views: 0
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 ...
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...
Zones: 3D Game ProgrammingDate Answered: 01/24/2003 Grade: C Views: 318
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 ...
Zones: C++Date Answered: 06/01/2001 Grade: A Views: 22
  • 1