Пример #1
0
 // takes the yth root of x
 private void genericRootButton_Click(object sender, EventArgs e)
 {
     functions.GenericRoot();
 }