[ImageJ-bugs] [Bug 947] Log of 32-bit Images

bugzilla at fiji.sc bugzilla at fiji.sc
Wed Oct 22 23:43:47 CDT 2014


http://fiji.sc/bugzilla/show_bug.cgi?id=947

Wayne Rasband <wsr at nih.gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |wsr at nih.gov
         Resolution|---                         |FIXED

--- Comment #1 from Wayne Rasband <wsr at nih.gov> ---
In the latest daily build (1.49j9), ImageJ uses Math.log() to process all
values in float images. This is the description of Math.log():

  Returns the natural logarithm (base e) of a double
  value.  Special cases:
    * If the argument is NaN or less than zero, then 
      the result is NaN.
    * If the argument is positive infinity, then the
      result is positive infinity.
    * If the argument is positive zero or negative zero, 
      then the result is negative infinity.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20141023/4f1388a7/attachment.html>


More information about the Imagej-bugs mailing list