Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 7 of 7(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.2
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 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 Views: 11
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 Views: 163
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 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 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 Views: 297
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 Views: 0
  • 1