Enter Keywords:
1 - 9 of 9(0 seconds)
Sort By:
 
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 Rating: 6.2 Views: 0
I'm trying to calculate the sin of a number and the result is in radians. Anyone know how to get the result in degrees? i.e.: Response.Write sin(27) Returns 0.956375928404503 But if you ope...
Zones: ASPDate Answered: 04/16/2002 Rating: 8.4 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 Rating: 7.0 Views: 4
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 Rating: 6.2 Views: 196
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 Rating: 7.6 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 Rating: 8.6 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 Rating: 5.8 Views: 400
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 Rating: 7.6 Views: 4
I'm trying to create flash application with a type of circle diagram; a half circle with three circle sectors of different angles which may vary over time. This half circle (180 degrees) is not ...
Zones: Math & Science, A...Date Answered: 08/05/2009 Rating: 9.3 Views: 219
 
  • 1