-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop_algorithm' of https://github.com/kayabaakihiko1…
…3/CPP into develop_algorithm
- Loading branch information
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
feat: menambahkan algoritma cosinus | ||
|
||
``Deskripsi`` | ||
cosinus merupakan salah satu fungsi trigonometri | ||
dari sebuah titik. cosinus ini juga bisa dikatakan | ||
merupakan bilangan real dari bentuk panjang dari garis | ||
yang bergelombang dan juga bisa dimasukan salah satu di dalam | ||
pembahasan infinite series. | ||
kali ini saya menggunakan metode dari salah satu infitine series | ||
yaitu taylor series. | ||
|
||
[wikipedia](https://en.wikipedia.org/wiki/Sine_and_cosine) | ||
[algoritm_Source](https://people.math.sc.edu/girardi/m142/handouts/10sTaylorPolySeries.pdf) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters