Class LogTwoArg

    • Constructor Detail

      • LogTwoArg

        public LogTwoArg​(boolean strict)
        Constructor specifying treatment of negative real values
        Parameters:
        strict - if true negative real arguments return NaN, otherwise complex results are returned
      • LogTwoArg

        public LogTwoArg()
        Defaults constructor, negative real arguments result in complex results.