com.Ostermiller.util Java Utilities


Uses of Class
com.Ostermiller.util.SignificantFigures

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.
 


com.Ostermiller.util Java Utilities


Copyright © 2001-2012 by Stephen Ostermiller