mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Add Area Of Trapezoid (#419)
* Added area_of_trapezoid. * Fixed spacing in file. * Move area of trapezoid to latest gen_list --------- Co-authored-by: Luke Weiler <lukew25073@gmail.com>
This commit is contained in:
@@ -128,4 +128,5 @@ gen_list = [
|
||||
("simplify_square_root", "basic_math"),
|
||||
("line_equation_from_2_points", "algebra"),
|
||||
("orthogonal_projection", "algebra"),
|
||||
("area_of_trapezoid", "geometry"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user