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: menambahkan algorithma akar #62

Merged
merged 4 commits into from
Feb 15, 2024

Conversation

kayabaakihiko13
Copy link
Member

@kayabaakihiko13 kayabaakihiko13 commented Feb 14, 2024

Deskripsi (Description)

akar merupakan konsep matematika merupakan hasil angka yang telah di kalikan dari angka itu tersebut.

Checklist:

Contributor Requirements (Syarat Kontributor) dan Lain-Lain:

  • Saya sudah membaca (I have read) CONTRIBUTING dan sudah menyetujui semua syarat.
  • Saya menggunakan bahasa Indonesia untuk memberikan penjelasan dari kode yang saya buat.

Unit Testing dan Linting (wajib):

  • pytest
  • pre-commit

Environment

Saya menggunakan (I'm using):

  • os = linux
  • python = python3 -V (unix) 3.11

linked issue #60

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tambahkan cek tipe data, jika error daripada value tipe data dari parameter yang diberikan salah



def akar(
value: Union[int, float], iterasi: int = 4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

buat juga cek tipe data data dari parameter iterasi

@slowy07 slowy07 mentioned this pull request Feb 15, 2024
@mergify mergify bot merged commit e05dabf into bellshade:develop Feb 15, 2024
5 checks passed
Copy link

mergify bot commented Feb 15, 2024

terima kasih atas kontribusinya @kayabaakihiko13 🤩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants