Admin Password
cone_total()

//argument0 = cone's base radius
//argument1 = cone apothem

var base area total;

base = (argument0*argument0)*pi;
area = pi*argument0*argument1;
total = base+area;

return total
This page has been viewed 32 times
Free Text Host is brought to you by Dagon Design
This site contains no adware, spyware, or popups
Questions? Comments?