#include <stdio.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
Defines | |
#define | BITS 16 |
#define | FLOATFMT "%.18e" |
Functions | |
int | main (int argc, char *argv[]) |
#define BITS 16 |
Definition at line 30 of file costablegen.c.
Referenced by main().
#define FLOATFMT "%.18e" |
Definition at line 31 of file costablegen.c.
Referenced by main().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 33 of file costablegen.c.