// pi().

// General includes.
#include "cl_sysdep.h"

// Specification.
#include "cln/float.h"


// Implementation.

#include "cl_F.h"
#include "cl_F_tran.h"

namespace cln {

const cl_F pi (void)
{
	floatformatcase(default_float_format
	,	return cl_SF_pi;
	,	return cl_FF_pi;
	,	return cl_DF_pi;
	,	return pi(len);
	);
}

}  // namespace cln


syntax highlighted by Code2HTML, v. 0.9.1