Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding Algoritm Derivative #100

Merged
merged 8 commits into from
Sep 18, 2023

Commits on Jul 15, 2023

  1. 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)
    kayabaakihiko13 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    6daf86e View commit details
    Browse the repository at this point in the history
  2. 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)
    kayabaakihiko13 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    13f7603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c762c19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d4eae1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc0081e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06374ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7b6607 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    1e1b78b View commit details
    Browse the repository at this point in the history