IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2015, 1:02:32 PM (11 years ago)
Author:
eugene
Message:

add sprint_floats functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r38553 r39040  
    483483int ohana_bisection_double (double *values, int Nvalues, double threshold);
    484484
    485 # endif
     485int sprintf_float (char *output, float value);
     486int sprintf_double (char *output, double value);
     487
     488# endif
Note: See TracChangeset for help on using the changeset viewer.