On Aug 5, 2008, at 11:14 PM, ron minnich wrote:
I'm so confused. Why don't you just show the code.ron
#include <u.h>
...
#include <ape/float.h>
...
static struct{
char *name;
double value;
}constants[] = {
...
"MIN", DBL_MIN,
"MAX", DBL_MAX,
"EPSILON", DBL_EPSILON,
...
};
I'm actually writing a calculator that will take advantage of several
features of Plan 9 (Runes, libgeometry, etc.) and I'd like to make
these available.
