Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5de9ca2

Browse files
authored
Added Georgian translation && Added link to the translation from other files (trekhleb#951)
1 parentc4164bf commit5de9ca2

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

‎src/algorithms/math/fibonacci/README.fr-FR.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#Nombre de Fibonacci
22

33
_Read this in other languages:_
4-
[english](README.md).
4+
[english](README.md),
5+
[ქართული](README.ka-GE.md).
56

67
En mathématiques, la suite de Fibonacci est une suite d'entiers
78
dans laquelle chaque terme (après les deux premiers)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#ფიბონაჩის რიცხვი
2+
3+
მათემატიკაში ფიბონაჩის მიმდევრობა წარმოადგენს მთელ რიცხვთა მიმდევრობას,
4+
რომელშიც ყოველი რიცხვი (პირველი ორი რიცხვის შემდეგ)
5+
მისი წინამორბედი ორი რიცხვის
6+
ჯამის ტოლია:
7+
8+
`0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...`
9+
10+
კვადრატების წყობა, სადაც ყოველი კვადრატის გვერდების სიგრძე, თანმიმდევრობით, ფიბონაჩის რიცხვებს შეესაბამება
11+
12+
![Fibonacci](https://upload.wikimedia.org/wikipedia/commons/d/db/34%2A21-FibonacciBlocks.png)
13+
14+
ფიბონაჩის სპირალი: ოქროს სპირალის აპროქსიმაცია, რომელიც შექმნილია კვადრატების მოპირდაპირე კუთხეებს შორის შემაერთებელი რკალების გავლებით;[4] ამ შემთხვევაში, გამოყენებულ კვადრატთა[გვერდების] ზომებია: 1, 1, 2, 3, 5, 8, 13 და 21.
15+
16+
![Fibonacci Spiral](https://upload.wikimedia.org/wikipedia/commons/2/2e/FibonacciSpiral.svg)
17+
18+
##სქოლიო
19+
20+
-[Wikipedia](https://en.wikipedia.org/wiki/Fibonacci_number)

‎src/algorithms/math/fibonacci/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
_Read this in other languages:_
44
[français](README.fr-FR.md),
5-
[简体中文](README.zh-CN.md).
5+
[简体中文](README.zh-CN.md),
6+
[ქართული](README.ka-GE.md).
67

78
In mathematics, the Fibonacci numbers are the numbers in the following
89
integer sequence, called the Fibonacci sequence, and characterized by

‎src/algorithms/math/fibonacci/README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
_Read this in other languages:_
44
[français](README.fr-FR.md),
5-
[english](README.md).
5+
[english](README.md),
6+
[ქართული](README.ka-GE.md).
67

78
在数学中,斐波那契数是以下整数序列(称为斐波那契数列)中的数字,其特征在于前两个数字之后的每个数字都是前两个数字的和:
89

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp