
#ifndef CF_H_FLOAT
#define CF_H_FLOAT

#include "cf.h"

CF new_float(double);

#endif





