Тёмный
No video :(

Codebymath with Python - Babylonian method to find the square root of a number 

drcode
Подписаться 73
Просмотров 4,3 тыс.
50% 1

Codebymath challenge:
www.codebymath...
Babylonian method and other methods of computing square roots:
en.wikipedia.o...

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@nani-1951
@nani-1951 2 года назад
I really loved 💕 ur video . Thanks for sharing it with us .
@tv..6531
@tv..6531 3 года назад
# Copyright 2020. 신촌우왕TV수학자.천재작곡가 All rights reserved. # 루트 2 = 1.41421356237309504880168872420969807856967187537694 # Python Code: 임의의 자연수에 대한 ROOT 값을 구하기 ROOT = 2 # ROOT 2의 값. 3으로 변경하면 ROOT 3의 값이 구해짐. DIGIT = 50 # 소수점 아래 50자리까지 구하기 s = [0, ROOT, ""] for i in range(DIGIT+1): for a in range(10 + ROOT): u = ((s[0])*10 + a)*a v = ((s[0])*10 + a+1)*(a+1) if u
@s0urpatch_jaz483
@s0urpatch_jaz483 Год назад
Thankyou!
@ivanmolnar9306
@ivanmolnar9306 Год назад
thanks!
Далее
Fast Inverse Square Root - A Quake III Algorithm
20:08
🔥НОВАЯ БАТАРЕЯ?😮
00:40
Просмотров 288 тыс.
How to find a square root
5:39
Просмотров 197 тыс.
Codebymath with Python - Archimedean spiral
8:39
Просмотров 6 тыс.
Binary Search in Python: Integer Square Root
12:36
Просмотров 9 тыс.
Approximating Square Roots w/ Newton's Method
21:05
Просмотров 22 тыс.
The World's Best Mathematician (*) - Numberphile
10:57
🔥НОВАЯ БАТАРЕЯ?😮
00:40
Просмотров 288 тыс.