本文介绍了方程的结果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

各个团体。

紧急情况。请帮帮我。

这个等式的结果是什么?

距离* Math.Tan((度* pi)/ 180))



这给了我一点。

我用这个:





hi every body.
it is emergency. help me please.
What is Result of this Equation?
Distance * Math.Tan((degree * pi) / 180))

this give me a point.
I use this into:


for (degree = 0; degree < 90; degree ++)
{

    for (Distance  = x; Distance  < end; Distance ++)
    {
    H=Distance * Math.Tan((degree * pi) / 180)) ;
     ///other
    }
   }

推荐答案



这篇关于方程的结果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 20:50