Uses of Class
com.Ostermiller.util.SignificantFigures

Packages that use SignificantFigures
com.Ostermiller.util   
 

Uses of SignificantFigures in com.Ostermiller.util
 

Methods in com.Ostermiller.util that return SignificantFigures
 SignificantFigures SignificantFigures.setLMSD(int leastPlace, int mostPlace)
          Adjust the number of significant figures such that the least significant digit is at the given place.
 SignificantFigures SignificantFigures.setLSD(int place)
          Adjust the number of significant figures such that the least significant digit is at the given place.
 SignificantFigures SignificantFigures.setNumberSignificantFigures(int significantFigures)
          Adjust the number of digits in the number.