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