// takes the hyperbolic tangent of a number private void hyperbolicTangent_Click(object sender, EventArgs e) { functions.HyperbolicTangent(); display.Text = functions.Entry; }