Description Usage Arguments Value Examples
Calculate the area of a parallelogram
1 | area_parallelogram(b, h)
|
b |
base of the parallelogram. |
h |
height of the parallelogram. |
The area of the parallelogram
1 2 | area_parallelogram(4, 8)
area_parallelogram(16, 2.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.