使用递归的数字的平方根

使用递归的数字的平方根

问题描述:

我如何在C中使用递归找到数字的平方根.

How can i find the square root of a number using recursion in C.

我们不做作业:设置它是有原因的.在这里,您可以考虑自己被告知的内容,并尝试理解它.也可以在那里帮助您的导师识别您的弱点,并将更多的注意力放在补救措施上.

自己尝试,您可能会发现它并不像您想的那么难!

(Google可以提供帮助)
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!

(And google can help)


您需要学习的第一件事是如何进行自己的 ^ ].完成此操作后,实际开发将不再那么困难.
First thing you need to learn is how to do your own research[^]. Once you have done that the actual development will be less difficult.