mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Added 2 new generator fucntions for the Tribonacci Series (#418)
* Added 2 new generator fucntions for the Tribonacci Series * Order computer_science.py alphabetically --------- Co-authored-by: Luke Weiler <lukew25073@gmail.com>
This commit is contained in:
@@ -129,4 +129,6 @@ gen_list = [
|
||||
("line_equation_from_2_points", "algebra"),
|
||||
("orthogonal_projection", "algebra"),
|
||||
("area_of_trapezoid", "geometry"),
|
||||
("tribonacci_series", "computer_science"),
|
||||
("nth_tribonacci_number", "computer_science"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user