usage: solid.py [-h] [-axis {x,y}] [-o #] [-m {d,s}] [-g] [-v]
{x,y} = equation a b
Find the volume of the solid of rotation defined. The * symbol must be used
for multiplication, and ** to raise a power. Trailing .0's must be used for
constants. Answers are accurate to 6 decimals.
example:
./solid.py y = x**2-2*x-12 0 1
positional arguments:
{x,y} x|y
=
equation continous function
a bound 'a'
b bound 'b'
optional arguments:
-h, --help show this help message and exit
-axis {x,y} axis of revolution (default == x)
-o # offset axis by # (default == 0)
-m {d,s} method (disk/shell)
-g show function graph
-v verbose (for debugging)