IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2006, 11:56:42 AM (20 years ago)
Author:
Paul Price
Message:

Adding NaN and Inf to floating point types for metadata config files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r8793 r8838  
    1 %%% $Id: psLibSDRS.tex,v 1.429 2006-09-12 03:49:25 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.430 2006-09-19 21:56:42 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    31123112% XXX this is pretty much the same thing as psMetadataPrint() but in a
    31133113% different format.  Can we dump psMetadataPrint()? -JH
     3114%%% Would prefer not to --- it's a simpler format, useful for debugging --- PAP.
    31143115\begin{prototype}
    31153116bool psMetadataConfigPrint(FILE *stream, psMetadata *md);
     
    31843185  1.23+4.56i in the future.}
    31853186
    3186 \tbd{May add null, Not-a-Number (NaN), de-normalized, underflow, overflow,
    3187 and/or +/-infinity values for selected types.}
     3187A value specified as a floating point type (\code{F32} or \code{F64})
     3188may be Not-a-Number (\code{nan}) or positive infinity (\code{inf}) or
     3189negative infinity (\code{-inf}).
     3190
     3191\tbd{May add null, de-normalized, underflow, and/or overflow values
     3192for selected types.}
    31883193
    31893194\subparagraph{MULTI}
Note: See TracChangeset for help on using the changeset viewer.