A function which calculates penis size with an input being the diameter of an eyeball
double penisSize(double diameter) { return (diameter - 2) * 3.14159265358979323846264338327950288419716939937510; } double billysDiameter = 1.3; double billysPenisSize = penisSize(billysDiameter);