how to calculate square root

Mathematics, theory and usage in algorithm construction
Post Reply
User avatar
aladdin
Posts: 1
Joined: Mon Jul 10, 2023 11:55 am

how to calculate square root

Post by aladdin »

looking an idea how to calculate square root
User avatar
Yoshi
Posts: 13
Joined: Fri Jun 30, 2023 11:03 pm

Re: how to calculate square root

Post by Yoshi »

You can either use the approximation method or combine multiplication and division since the square root is an inverse of the power of two function.
平方根は 2 のべき乗関数の逆関数であるため、近似法を使用することも、乗算と除算を組み合わせることもできます。
映像ソフト開発に積極的に取り組んでいます
Post Reply