Class SumOfLogs

    • Constructor Detail

      • SumOfLogs

        public SumOfLogs()
        Create a SumOfLogs instance.
      • SumOfLogs

        public SumOfLogs​(SumOfLogs original)
                  throws org.hipparchus.exception.NullArgumentException
        Copy constructor, creates a new SumOfLogs identical to the original.
        Parameters:
        original - the SumOfLogs instance to copy
        Throws:
        org.hipparchus.exception.NullArgumentException - if original is null