
Conical Frustum Calculator
This calculator computes the volume, surface area, and other properties of a conical frustum. The formulas used are:
- Slant height: s = √(r1 - r2)2 + h2
- Volume: V = 1 / 3 π h (r12 + r1 r2 + r22)
- Lateral Surface Area: L = π (r1 + r2) s
- Total Surface Area: A = L + π r12 + π r22