fcvt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. char* fcvt(double , int , int* , int* )
  2. char* fcvt(double , int , int* , int* )
  3. char* fcvt(double arg, int ndigits, int* decpt, int* sign)
    version(!linux && !darwin && FreeBSD)
    extern (C)
    char*
    fcvt
    (
    double arg
    ,,
    int* decpt
    ,
    int* sign
    )

Meta