Skip to content

feat: menambahkan algoritma taylor

b8627c1
Select commit
Loading
Failed to load commit list.
Closed

feat: menambahkan algoritma taylor #346

feat: menambahkan algoritma taylor
b8627c1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 3, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 6 in math/deret_taylor.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.