Description Usage Arguments Value Examples
Compute the area of trapezoid shape
1 | atrapezoid(b1, b2, h)
|
b1 |
is the length of first parallel side |
b2 |
is the length of second parallel side |
h |
is the distance (height) between the parallels |
The area of trapezoid
1 2 | area1 <- atrapezoid(5,2,4);
area2 <- atrapezoid(8,3,1);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.