Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for relative (0.03 sec)

  1. doc/go_spec.html

    </pre>
    
    <p>
    For floating-point arguments negative zero, NaN, and infinity the following rules apply:
    </p>
    
    <pre>
       x        y    min(x, y)    max(x, y)
    
      -0.0    0.0         -0.0          0.0    // negative zero is smaller than (non-negative) zero
      -Inf      y         -Inf            y    // negative infinity is smaller than any other number
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (1)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          </match>
        </magic>
        <glob pattern="*.pam"/>
      </mime-type>
    
    
      <mime-type type="image/x-raw-adobe">
        <acronym>DNG</acronym>
        <_comment>Adobe Digital Negative</_comment>
        <glob pattern="*.dng"/>
      </mime-type>
    
      <mime-type type="image/x-raw-hasselblad">
        <_comment>Hasselblad raw image</_comment>
        <glob pattern="*.3fr"/>
      </mime-type>
    
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top