13 #include "cl_F_tran.h"
16 const cl_F cl_zeta (int s, const cl_F& y)
19 , return cl_LF_to_SF(cl_zeta(s,LF_minlen));
20 , return cl_LF_to_FF(cl_zeta(s,LF_minlen));
21 , return cl_LF_to_DF(cl_zeta(s,LF_minlen));
22 , return cl_zeta(s,TheLfloat(y)->len);