{
"topic": "cuboid-space-diagonal",
"img": {
"width": 260,
"height": 239
},
"input_types": [
"float",
"float",
"float"
],
"input_labels": [
"l",
"b",
"h"
],
"input_values": [
"8",
"6",
"3"
],
"input_units": [
"units",
"units",
"units"
],
"input_descriptions": [
"length",
"breadth",
"height"
],
"examples": [
{
"l": 20,
"b": 10,
"h": 15
},
{
"l": 1,
"b": 0.5,
"h": 0.5
}
],
"type": "Calculate",
"title": "Cuboid Space Diagonal Length",
"category": "Geometry",
"shape": "Cuboid",
"formula_mathjax": "\\( \\sqrt{l^2 + b^2 + h^2} \\)",
"formula_mathjax_sub": "\\( \\sqrt{ l ^2 + b ^2 + h ^2 } \\)",
"formula": "Math.sqrt( l * l + b * b + h * h )",
"op_label": "Space Diagonal Length",
"output_unit": "units",
"description": "The Cuboid Space Diagonal calculator calculates the length of space diagonal of a cube by taking its length, breadth, and height as inputs.",
"explanation": "The length of space diagonal of a cuboid is the distance between the extreme corners of the cuboid."
}