//------------constants------------ // used to set entry equal to the mathematical constant pi private void piButton_Click(object sender, EventArgs e) { functions.PI(); display.Text = functions.Entry; }