示例#1
0
 // raises the mathematical constant e to a number
 private void naturalExponentialButton_Click(object sender, EventArgs e)
 {
     functions.NaturalExponent();
     display.Text = functions.Entry;
 }