IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:40:20 AM (10 years ago)
Author:
eugene
Message:

sprintf_float,double return unsigned int (is strlen value); fix signed/unsigned inconsistencies; fix sprintf_float,double test to skip off-by-last digit errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/libohana/include/ohana.h

    r39409 r39423  
    486486int ohana_bisection_double (double *values, int Nvalues, double threshold);
    487487
    488 int sprintf_float (char *output, float value);
    489 int sprintf_double (char *output, double value);
     488unsigned int sprintf_float (char *output, float value);
     489unsigned int sprintf_double (char *output, double value);
    490490
    491491/* in gaussdev.c */
Note: See TracChangeset for help on using the changeset viewer.