Esempio n. 1
0
 // takes the inverse sine of the number and returns it in the selected angle units (rads/degrees)
 public void InverseSine()
 {
     Entry     = ScientificFunctions.Arcsin(Entry, DegreeSelected);
     first     = true;
     overwrite = true;
 }