c#中的三角函数 [英] trigonometric functions in c#

查看:469
本文介绍了c#中的三角函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用像sin,cos这样的三角函数的时间复杂度。它们会影响编译时间吗?

解决方案

而且,这根本不会影响编译时间。相反,复杂的三角函数会影响执行时间。


这些函数的执行时间依赖于实现,这里有一些见解:C如何计算sin()和其他数学函数? [ ^ ] 。

另见数学运算的计算复杂性 [ ^ ]。


我们不做你的作业:它是有原因的。它就是为了让你思考你被告知的事情,并试着理解它。它也在那里,以便您的导师可以识别您身体虚弱的区域,并将更多的注意力集中在补救措施上。



亲自尝试,你可能会发现它不是和你想的一样困难!



如果遇到具体问题,请询问相关问题,我们会尽力提供帮助。但我们不打算为你做这一切!



但这里有一个提示:看看数学类 [ ^

what is time complexity of using trigonometric function like sin,cos. is they affect compiling time?

解决方案

And, that does not affect the compiling time, at all. Instead, complex trigonometric functions can affect execution time.


The execution time of such functions is implementation dependent, some insight here: "How does C compute sin() and other math functions?"[^].
See also "Computational complexity of mathematical operations"[^].


We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!

But here is a hint: Look at the Math class[^]


这篇关于c#中的三角函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆