Esempio n. 1
0
 // used to express entry in scientific notation
 private void exponentButton_Click(object sender, EventArgs e)
 {
     functions.EXP();
     display.Text = functions.Entry;
 }