//----------triginometric---------- // takes the sine of the number in the selected angle units (rads/degrees) private void sineButton_Click(object sender, EventArgs e) { functions.Sine(); display.Text = functions.Entry; }