simpletext library  v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
Macros | Functions
floatToString.c File Reference
#include "simpletext.h"

Macros

#define S_ISNAN(x)   (x != x)
#define S_ISINF(x)   (x != 0.0 && x + x == x)

Functions

char * float2string (float f, char *s, int ccount, int digits)

Detailed Description

Copyright (c) 2013 Parallax Inc. Author Andy Lindsay Clamp to 6 decimal digits by Steve - buffer must be at least 10 chars.

See end of file for terms of use.

Copyright (c) 2013 Parallax Inc. Author Andy Lindsay Optimized for size using pointers -vs- array by Steve Denson

See end of file for terms of use.