Description Usage Arguments Value Examples
Compute the volume of rectangular shape
1 | vrrectangle(l, w, h)
|
l |
is the length rectangle |
w |
is the width of rectangle |
h |
is the height of rectangle |
The volume of rectangular
1 2 | volume1 <- vrrectangle(5,2,4);
volume2 <- vrrectangle(8,3,1);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.