The online calculator allows to calculate the volume of a rectangle from its length, its width and height.
The calculator is able to calculate online the volume of a rectangular parallelepiped in other words to calculate the volume of a rectangular cuboid. The volume of a rectangular parallelepiped is given by the formula `(L*l*h)` where L represents the length, the width on one side and h the height. The volume calculator supports numeric but also literal expressions.
The volume calculator is able to calculate the volume of a rectangular parallelepiped, from variables numeric, the exact and approximate results are returned.
Thus, calculating the volume of a rectangular cuuboid whose length is 3, the width is 2, and the height is 4 is done by entering the following formula volume_rectangle(`3;2;4`).
The volume calculator is able to do symbolic calculations or literal calculation. To calculate for example, the volume of the rectangular parallelepiped of length x, width x+1, and height `x/2`, enter the following formula volume_rectangle(`x;1+x;x/2`) , after calculating the result is returned.
volume_rectangle(length;width;height)
volume_rectangle(`3;2;4`), returns 24