// raises x to the power of y private void genericExponentButton_Click(object sender, EventArgs e) { functions.GenericExponent(); }