Пример #1
0
 // used to find the reciprocal (1/x)
 private void buttonReciprocal_Click(object sender, EventArgs e)
 {
     functions.Reciprocal();
     display.Text = functions.Entry;
     buttonEquals.Focus();
 }