Class RoundSF

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class RoundSF extends NaryFunction
Rounds to a specific number of significant figures. The single argument constructor rounds to 16 sf the IEEE 754 decimal64 precision. Conversion is achieved by converting to a BigDecimal with the specific precision.
See Also:
  • Constructor Details

    • RoundSF

      public RoundSF()
  • Method Details