Function Cone
Calculation of the properties of cones
Instructions
The Cone function calculates several properties of a cone.
The radius and the height are given as arguments.
The function returns a list with the following properties of the cone.
A Area of the base L Height of the slope S Surface without a base Sg Surface with base V Volume
Syntax
Cone (Radius, Height)
Example
Calculation of the properties from the radius \(r\) and the height \(h\).
In the example below, only the volume \(V\) of the cone is displayed.