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