Description Usage Arguments Value Examples
Calculate the area of a rectangle
| 1 | area_rectangle(l, w)
 | 
| l | length of the rectangle. | 
| w | width of the rectangle. | 
The area of the rectangle.
| 1 2 | area_rectangle(4,6)
area_rectangle(10,20)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.