Just for viewing purposes. You can store and calculate this formula only inside the application.


RECTANGULAR_CUBOID

 
Formula:

RECTANGULAR_CUBOID

Description: values of a cuboid
Syntax: /* Volume */
V = a * b * c
/* Area of the 6 surfaces */
A = 2 * ((a * b) + (a * c) + (b * c))
/* Length of the space diagonal */
d = SQRT(a**2 + b**2 + c**2)
Note:

Category: Mathematics / Stereometry
Creator: Mathematik
Account: Free
Published: 05 May 2010
Tags: formula cuboid space diagonal

return
Css Template Preview