Пример #1
0
        //-----------logarithmic-----------

        // takes the natural log of a number
        private void naturalLogButton_Click(object sender, EventArgs e)
        {
            functions.NaturalLog();
            display.Text = functions.Entry;
        }