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