// sqrt().
// General includes.
#include "cl_sysdep.h"
// Specification.
#include "cln/float.h"
// Implementation.
#include "cl_F.h"
#include "cln/sfloat.h"
#include "cln/ffloat.h"
#include "cln/dfloat.h"
#include "cln/lfloat.h"
namespace cln {
const cl_F sqrt (const cl_F& x)
GEN_F_OP1(x, sqrt, return)
} // namespace cln