Formulas:
|
V = Volume S = area of conical surface h = height s = length of side r = radius d = diameter | |
| V = | (3.1416 * r2 * h) / 3 |
| V = | 1.0472 * r2 * h |
| V = | 0.2618 * d2 * h |
| S = | 3.1416 * r(sqrt(r2 + h2)) |
| S = | 3.1416 * r * s |
| S = | 1.5708 * d * s |
| s = | sqrt(r2 + h2) |
| s = | sqrt((d2 / 4) + h2) |
